react-usestate-vs-usereducer

Build Status Slack Greenkeeper badge

Showcasing the different approaches and benefits of using useState and useReducer in React. Read more about it.

Installation

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