Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/thealgo/basic-redux-app
- Owner: TheAlgo
- Created: 2019-01-28T17:51:29.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-10-14T10:56:44.000Z (about 1 year ago)
- Last Synced: 2023-10-15T20:56:01.864Z (about 1 year ago)
- Topics: react-native, redux
- Language: JavaScript
- Homepage: https://www.thealgo.tech
- Size: 316 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)