Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 1013 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 1013 Bytes

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