https://github.com/kdchang/react-native-redux-immutablejs-todo
:white_check_mark: A TodoApp Example uses React Native / Redux and ImmutableJS (Include Tutorial).
https://github.com/kdchang/react-native-redux-immutablejs-todo
Last synced: about 2 months ago
JSON representation
:white_check_mark: A TodoApp Example uses React Native / Redux and ImmutableJS (Include Tutorial).
- Host: GitHub
- URL: https://github.com/kdchang/react-native-redux-immutablejs-todo
- Owner: kdchang
- License: mit
- Created: 2016-05-24T13:27:10.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-13T08:27:49.000Z (over 8 years ago)
- Last Synced: 2025-03-31T19:21:14.363Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 529 KB
- Stars: 7
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React Native Redux TodoApp
This is a TodoApp(runs on iOS/Android with the same codebase) which builds with React Native, Redux and Immutable.js.## Setup
Please check out the [Official Site Setup](https://facebook.github.io/react-native/docs/getting-started.html) first !1. Homebrew
2. Node
3. React Native Command Line Tools
4. Watchman
5. Flow
6. Xcode(iOS only)## Screenshot



## Usage
### iOS
1. open your terminal
2. `$git clone https://github.com/kdchang/react-native-redux-immutablejs-todo.git`
3. open `ios/ReactNativeReduxTodo.xcodeproj` and hit the Run button in Xcode.### Android
1. open your terminal
2. `$git clone https://github.com/kdchang/react-native-redux-immutablejs-todo.git`
3. `$cd react-native-redux-immutablejs-todo`
4. check your devices or simulator is ready (`$adb devices`)
5. `$react-native run-android`## Dependencies
1. react 15.0.2
2. react-native 0.26.1
3. redux
4. react-redux
5. redux-actions
6. redux-immutable
7. redux-logger
8. immutable
9. react-native-vector-icons
10. uuid## References
1. [React Native 官方網站](https://facebook.github.io/react-native/)
2. [React 官方網站](https://facebook.github.io/react/)
3. [Redux 官方文件](http://redux.js.org/index.html)## License
MIT