/react-usereducer-hook

State management in React with the useReducer hook.

Primary LanguageJavaScript

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