Skip to content

Files

Latest commit

baef3c1 · Apr 21, 2019

History

History
13 lines (9 loc) · 850 Bytes

File metadata and controls

13 lines (9 loc) · 850 Bytes

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