Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 781 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 781 Bytes

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