react-with-redux-philosophy

Build Status Slack Greenkeeper badge

Showcasing how state management in React works applying Redux's philosophy. Read more about it here and here. Also this could be interesting: Redux vs useReducer.

Installation

  • git clone git@github.com:the-road-to-learn-react/react-with-redux-philosophy.git
  • cd react-with-redux-philosophy
  • npm install
  • npm start
  • visit http://localhost:3000