Skip to content

the-road-to-learn-react/react-usereducer-hook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-usereducer-hook

Build Status Slack Greenkeeper badge

Showcasing how state management in React works with the useReducer hook. Read more about it.

Installation

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