https://github.com/qodesmith/hooks-demo
7/29/2019 Lunch & Learn on React Hooks @ Facebook!
https://github.com/qodesmith/hooks-demo
Last synced: about 1 month ago
JSON representation
7/29/2019 Lunch & Learn on React Hooks @ Facebook!
- Host: GitHub
- URL: https://github.com/qodesmith/hooks-demo
- Owner: qodesmith
- Created: 2019-07-29T15:11:24.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-08-11T07:27:00.000Z (almost 5 years ago)
- Last Synced: 2025-01-24T22:42:51.437Z (over 1 year ago)
- Language: JavaScript
- Size: 1.29 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 14
-
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 application I built to demonstrate React Hooks. Checkout the other repo with the [presentation slides](https://github.com/qodesmith/hooks-presentation) as well._
This project was created with [Create New App](https://github.com/qodesmith/create-new-app).