Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 372 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 372 Bytes

React workshop week 5

Welcome back! This week, we're going to be looking at creating and using custom hooks in React. We will fix a few bugs, add some features, and exploring creating our own hooks.

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.