Skip to content
This repository has been archived by the owner on Sep 10, 2022. It is now read-only.

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

Notifications You must be signed in to change notification settings

katesowles/react-workshop-notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published