https://github.com/the-road-to-learn-react/react-with-redux-philosophy
React state management with Redux philosophy.
https://github.com/the-road-to-learn-react/react-with-redux-philosophy
react react-hooks reactjs usecontext usereducer usestate
Last synced: about 2 months ago
JSON representation
React state management with Redux philosophy.
- Host: GitHub
- URL: https://github.com/the-road-to-learn-react/react-with-redux-philosophy
- Owner: the-road-to-learn-react
- Created: 2019-04-05T19:47:05.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-08-31T08:31:29.000Z (almost 4 years ago)
- Last Synced: 2025-03-24T07:06:48.394Z (3 months ago)
- Topics: react, react-hooks, reactjs, usecontext, usereducer, usestate
- Language: JavaScript
- Homepage: https://www.robinwieruch.de
- Size: 1.66 MB
- Stars: 44
- Watchers: 4
- Forks: 9
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# react-with-redux-philosophy
[](https://travis-ci.org/the-road-to-learn-react/react-with-redux-philosophy) [](https://slack-the-road-to-learn-react.wieruch.com/) [](https://greenkeeper.io/)
Showcasing how state management in React works applying Redux's philosophy. Read more about it [here](https://www.robinwieruch.de/react-state-usereducer-usestate-usecontext) and [here](https://www.robinwieruch.de/redux-with-react-hooks). Also this could be interesting: [Redux vs useReducer](https://www.robinwieruch.de/redux-vs-usereducer).
## Installation
* `git clone [email protected]:the-road-to-learn-react/react-with-redux-philosophy.git`
* cd react-with-redux-philosophy
* npm install
* npm start
* visit `http://localhost:3000`