Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/claudiopro/react-with-redux-example
⚛️ React with Redux example app
https://github.com/claudiopro/react-with-redux-example
react redux
Last synced: 3 days ago
JSON representation
⚛️ React with Redux example app
- Host: GitHub
- URL: https://github.com/claudiopro/react-with-redux-example
- Owner: claudiopro
- License: mit
- Created: 2017-06-23T18:14:40.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-06-23T21:01:08.000Z (over 7 years ago)
- Last Synced: 2024-11-12T07:39:47.928Z (2 months ago)
- Topics: react, redux
- Language: JavaScript
- Homepage: https://claudiopro.github.io/react-with-redux-example/
- Size: 979 KB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# React with Redux App
A sample React with Redux app with:
- A store with a single scalar value
- A single reducer
- Two action types, `INCREMENT` and `DECREMENT`This project was bootstrapped with [Create React App](https://github.com/facebookincubator/create-react-app).
## License
[MIT](https://opensource.org/licenses/MIT)
Copyright (c) 2017 Claudio Procida