Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 367 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 367 Bytes

react-usereducer-middleware

Showcasing how middleware works with React's useReducer Hook. Read more about it.

Installation

  • git clone [email protected]:the-road-to-learn-react/react-usereducer-middleware.git
  • cd react-usereducer-middleware
  • npm install
  • npm start
  • visit http://localhost:3000