mobx-boost
mobx, mobs-state-tree, mobx-react, mobx-react-devtools, mobx-utils, as 1 pkg
mobx-boost
mobx, mobs-state-tree, mobx-react, mobx-react-devtools, mobx-utils, as 1 pkg
note
mobx-state-tree
&mobx
both exportdecorate
andflow
mobx-state-tree
's variants are exported asmstDecorate
&mstFlow
mobx-react-devtools
exportsDevTools
as default, here it is exported asDevTools
imports
each package can be imported by using the main entry point
state.setEh = actionstate.eh = value renderApp /, document.getElementById'root'
or by importing the package from the path
or by importing using the dependency (the packages are dependencies, but use caution if you have them in your project's dependencies so that the versions match)
exports
- there is no default export, all exports are re-exported, so tree shaking will work the same way