Skip to content

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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