Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 527 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 527 Bytes

Introduction to React Hooks - AUHack 2019

Exercises

Examples from live coding

cd example-app
npm install
npm run start

To see the useEffect example, switch out the App import in example-app/index.js with the one commented out.

Slides

Available at auhack-19-hooks.netlify.com.

You can also start them up locally via

cd slides
npm install
npm start