https://github.com/kentcdodds/why-react-hooks
Talk about React hooks
https://github.com/kentcdodds/why-react-hooks
kcd-edu
Last synced: 6 months ago
JSON representation
Talk about React hooks
- Host: GitHub
- URL: https://github.com/kentcdodds/why-react-hooks
- Owner: kentcdodds
- Created: 2018-11-17T07:12:15.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2021-01-25T23:19:44.000Z (over 4 years ago)
- Last Synced: 2025-04-22T23:53:38.525Z (6 months ago)
- Topics: kcd-edu
- Language: JavaScript
- Homepage: https://geo-chat.netlify.com
- Size: 3.97 MB
- Stars: 63
- Watchers: 3
- Forks: 17
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Why React Hooks?
This is for my talk
[Why React Hooks?](https://kentcdodds.com/talks/#why-react-hooks)
which is intended to establish a case for why React Hooks
are so useful and you should dedicate some time to learn
about them.It consists of "slides" in the `./slides` directory and an
example app that's implemented in both classes and hooks.You can find a recording of the talk
[here](https://www.youtube.com/watch?v=zWsZcBiwgVE&list=PLV5CVI1eNcJgNqzNwcs4UKrlJdhfDjshf)
and you can find the deployed app
[here](https://geo-chat.netlify.com/).