https://github.com/qodesmith/hooks-presentation
Presentation slides for 7/29/2019 lunch & learn on React Hooks @ Facebook!
https://github.com/qodesmith/hooks-presentation
Last synced: about 1 month ago
JSON representation
Presentation slides for 7/29/2019 lunch & learn on React Hooks @ Facebook!
- Host: GitHub
- URL: https://github.com/qodesmith/hooks-presentation
- Owner: qodesmith
- Created: 2019-07-29T15:18:16.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-29T15:30:52.000Z (almost 7 years ago)
- Last Synced: 2025-06-04T04:19:40.269Z (about 1 year ago)
- Language: JavaScript
- Size: 154 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Hooks!
#### Why I'll Never Write A Class Again (almost)
The awesomeness has arrived, otherwise known as [React hooks](https://reactjs.org/docs/hooks-intro.html). In this short demo, I'll give an introduction to React hooks, what they're useful for, and why I'll (almost) never need to use a class for React components again.
_NOTE: This repo contains the presentation slides for my lunch & learn talk. Checkout the other repo with the [demo application](https://github.com/qodesmith/hooks-demo) as well._