https://github.com/explooosion/react-redux-sample
This is an example for react with redux.
https://github.com/explooosion/react-redux-sample
action example react reducer redux sample
Last synced: about 1 month ago
JSON representation
This is an example for react with redux.
- Host: GitHub
- URL: https://github.com/explooosion/react-redux-sample
- Owner: explooosion
- Created: 2019-04-19T07:57:50.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-25T10:34:09.000Z (almost 7 years ago)
- Last Synced: 2025-03-18T19:30:48.528Z (11 months ago)
- Topics: action, example, react, reducer, redux, sample
- Language: JavaScript
- Homepage: http://robby570.tw/react-redux-sample/
- Size: 350 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-redux-sample
This is an example for react with redux.
## Ref
- [quick-start](https://react-redux.js.org/introduction/quick-start)
- [configuring-your-store](https://redux-docs.netlify.com/recipes/configuring-your-store)
- [basic-tutorial](https://redux-docs.netlify.com/basics/basic-tutorial)
- [example todos](https://github.com/reduxjs/redux/tree/master/examples/todos)