https://github.com/aaronvb/react-native-redux-example
A simple React Native Redux example
https://github.com/aaronvb/react-native-redux-example
example listview native react react-native redux
Last synced: 4 months ago
JSON representation
A simple React Native Redux example
- Host: GitHub
- URL: https://github.com/aaronvb/react-native-redux-example
- Owner: aaronvb
- License: mit
- Created: 2017-06-16T03:43:04.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-06T09:06:23.000Z (almost 8 years ago)
- Last Synced: 2025-09-03T03:42:31.143Z (5 months ago)
- Topics: example, listview, native, react, react-native, redux
- Language: JavaScript
- Homepage:
- Size: 131 KB
- Stars: 11
- Watchers: 1
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React Native Redux Example
This is a simple and minimal way to integrate Redux into a React Native project - based on the examples in the Redux docs. Also included in the example is a ListView that uses the Redux store.
## Features
- ListView and Redux example
- Add and remove Items to ListView
- Redux Logger
- Eslint config
## Preview

## Todo
- [ ] Update tests
## Note
There are deprecation warnings with the upcoming React 16, that seem to be not related this app.