Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 411 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 411 Bytes

Demo code for the talk

Code about React hooks used in the commit conf talk about it commitconf talk

To use it

  1. run yarn or npm install
  2. run yarn start or npm run start

branches

  • master with the initial demo code
  • feature/classComponents with the demo code completed