An open API service indexing awesome lists of open source software.

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!

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._