https://github.com/chaudinh/redux-example
...
https://github.com/chaudinh/redux-example
react-redux reactjs redux redux-logger
Last synced: 4 months ago
JSON representation
...
- Host: GitHub
- URL: https://github.com/chaudinh/redux-example
- Owner: ChauDinh
- Created: 2019-01-19T11:49:57.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-19T11:50:44.000Z (over 6 years ago)
- Last Synced: 2025-01-19T14:19:25.795Z (5 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