Skip to content

Slides and examples for workshop about React Hooks at AUHack 19

Notifications You must be signed in to change notification settings

sixfourtwo/introducing-react-hooks

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Slides and examples for workshop about React Hooks at AUHack 19

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 78.4%
  • HTML 12.1%
  • CSS 9.5%