Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 310 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 310 Bytes

Replace Redux with React Hooks

This is the starting point for my React Hooks Demo. This repo contains a simple todo list app built using React, Redux, and Webpack.

Setup

Fork and clone this repo, and run:

  • npm install
  • npm start