https://github.com/hiaw/rn_mobx_template
React Native with MobX template
https://github.com/hiaw/rn_mobx_template
Last synced: 9 months ago
JSON representation
React Native with MobX template
- Host: GitHub
- URL: https://github.com/hiaw/rn_mobx_template
- Owner: hiaw
- Created: 2016-08-30T10:57:07.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-09-05T08:04:56.000Z (over 9 years ago)
- Last Synced: 2024-10-29T13:50:17.169Z (about 1 year ago)
- Language: JavaScript
- Size: 696 KB
- Stars: 18
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-react-native-ui - rn-mobx-template ★9 - React Native with MobX template (Seeds / Other Platforms)
- awesome-react-native - rn-mobx-template ★17 - React Native with MobX template (Seeds / Other Platforms)
- fucking-awesome-react-native - rn-mobx-template ★17 - React Native with MobX template (Seeds / Other Platforms)
- awesome-react-native - rn-mobx-template ★17 - React Native with MobX template (Seeds / Other Platforms)
- awesome-react-native - rn-mobx-template ★17 - React Native with MobX template (Seeds / Other Platforms)
- awesome-react-native - rn-mobx-template ★17 - React Native with MobX template (Seeds / Other Platforms)
README
# rn_mobx_template

Template for using MobX in React Native with sample code
1. Create model in `App/Model`
2. Add the new model to the store in `App/Model/MainStore.js`
3. Use the model in your `Component` or `Container`