An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        

# react-with-redux-philosophy

[![Build Status](https://travis-ci.org/the-road-to-learn-react/react-with-redux-philosophy.svg?branch=master)](https://travis-ci.org/the-road-to-learn-react/react-with-redux-philosophy) [![Slack](https://slack-the-road-to-learn-react.wieruch.com/badge.svg)](https://slack-the-road-to-learn-react.wieruch.com/) [![Greenkeeper badge](https://badges.greenkeeper.io/the-road-to-learn-react/react-with-redux-philosophy.svg)](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`