mobx-state-tree-boiler-plate
v0.0.4
Published
This is Mobx State Tree boiler plate for react native apps. It is easy, scalable and fast compare to redux. It can also be used in React Apps.
Maintainers
Readme
RN-MST-Boiler-Plate
This is Mobx State Tree boiler plate for react native apps. It is easy, scalable and fast compare to redux. It can also be used in React Apps.
Installation
Installation:
npm i mobx-state-tree-boiler-plate.cd RN-MST-Boiler-Plate& runyarn.Add dependancy in
.babelrcfile for enabling decorators legacy:
{
"presets": ["react-native"],
"plugins": ["transform-decorators-legacy"]
}Usage
- https://github.com/mobxjs/mobx-state-tree
