/react-workshop-notes

lessons, exercises, and inline notes from Cassidy Williams' React Hooks workshop at JAMstack Conf Virtual 2020

Primary LanguageJavaScript

Quick links to the lesson and exercise notes:

  1. Lesson: Props and State

  2. Lesson: Controlled Components

  3. Lesson: Effects

  4. Lesson: Compound Components

  5. Lesson: Reducers


React Hooks Workshop

Go ahead and clone this repo, and then run:

yarn install

// or

npm install

To run the rest of the content, you'll do:

yarn run dev

// or

npm run dev

...and then you'll open up your localhost:3000 (or other port if your computer changes it).

We'll be live-coding the entire time, so get your fingers ready!