Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 2 months ago
JSON representation

A simple React Native Redux example

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
![redux-example](https://user-images.githubusercontent.com/100900/27217976-d7a7c356-5217-11e7-880f-7569a8ec2a62.gif)

## Todo
- [ ] Update tests

## Note
There are deprecation warnings with the upcoming React 16, that seem to be not related this app.