Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chaudinh/redux-example
...
https://github.com/chaudinh/redux-example
react-redux reactjs redux redux-logger
Last synced: about 1 month ago
JSON representation
...
- Host: GitHub
- URL: https://github.com/chaudinh/redux-example
- Owner: ChauDinh
- Created: 2019-01-19T11:49:57.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-19T11:50:44.000Z (about 6 years ago)
- Last Synced: 2024-11-18T13:38:44.221Z (3 months ago)
- Topics: react-redux, reactjs, redux, redux-logger
- Language: JavaScript
- Size: 220 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Redux Example
## What we will cover??
* Redux Data Flow
* Use create-react-app CLI
* Work with fetch API
* Create a post component fetching a list of posts from JSONPlaceholder
* Create a form component to add post
* Something more...## Introduction
* Redux is a state manager in React