Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 354 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 354 Bytes

React workshop week 4

welcome back! this week, we're going to be looking at state management and hooks in React. We will fix a few bugs, add some features, and explore side effects

getting started

  1. first, clone this repo
  2. then, run npm i
  3. then, run npm run dev

we'll be able to see the page at localhost:5173.