Skip to content

the-road-to-learn-react/react-with-redux-philosophy

This branch is 2 commits ahead of, 3 commits behind master.

Repository files navigation

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 [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