Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/thealgo/basic-redux-app

A react native application describing the basic functionalities of redux container(Coming Soon a detailed tutorial on how to build it)
https://github.com/thealgo/basic-redux-app

react-native redux

Last synced: 1 day ago
JSON representation

A react native application describing the basic functionalities of redux container(Coming Soon a detailed tutorial on how to build it)

Awesome Lists containing this project

README

        

# Basic-Redux-
App
A react native application describing the basic functionalities of redux container with a small application which adds the name of the
places and store it in the Redux Store

## Steps to run
* clone the repository
* Go to the root folder
* Do npm install
* react-native run-android (After installing basic react dependencies according to official documentation)