Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
An Introduction to React Hooks
Search
Paul McBride
February 27, 2019
Technology
0
43
An Introduction to React Hooks
A quick introduction to React hooks and how they solve a few pain points in React.
Paul McBride
February 27, 2019
Tweet
Share
More Decks by Paul McBride
See All by Paul McBride
Lessons Learned as a Self-taught Developer
thepaulmcbride
0
39
Introduction to PHP 7
thepaulmcbride
1
85
Other Decks in Technology
See All in Technology
Intuneお役立ちツールのご紹介
sukank
3
760
社内で最大の技術的負債のリファクタリングに取り組んだお話し
kidooonn
1
490
株式会社島津製作所_研究開発(集団協業と知的生産)の現場を支える、OSS知識基盤システムの導入
akahane92
1
190
音声×Copilot オンコパの世界
kasada
1
120
ISUCONに強くなるかもしれない日々の過ごしかた/Findy ISUCON 2024-11-14
fujiwara3
8
790
【若手エンジニア応援LT会】ソフトウェアを学んできた私がインフラエンジニアを目指した理由
kazushi_ohata
0
120
ノーコードデータ分析ツールで体験する時系列データ分析超入門
negi111111
0
340
元旅行会社の情シス部員が教えるおすすめなre:Inventへの行き方 / What is the most efficient way to re:Invent
naospon
2
300
障害対応指揮の意思決定と情報共有における価値観 / Waroom Meetup #2
arthur1
5
400
Exadata Database Service on Cloud@Customer セキュリティ、ネットワーク、および管理について
oracle4engineer
PRO
0
1.1k
Redmine 6.0 新機能評価ガイド
vividtone
0
300
dev 補講: プロダクトセキュリティ / Product security overview
wa6sn
0
1.8k
Featured
See All Featured
What's in a price? How to price your products and services
michaelherold
243
12k
The Power of CSS Pseudo Elements
geoffreycrofte
73
5.3k
A designer walks into a library…
pauljervisheath
202
24k
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
4
370
A Tale of Four Properties
chriscoyier
156
23k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
93
16k
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
126
18k
The Cult of Friendly URLs
andyhume
78
6k
The Invisible Side of Design
smashingmag
297
50k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
38
1.8k
Automating Front-end Workflow
addyosmani
1366
200k
Large-scale JavaScript Application Architecture
addyosmani
510
110k
Transcript
Introducing React Hooks @ThePaulMcBride
None
⚛ What is React?
Make Building UIs Easier
Simplify hard stuff
Suspense
Performance
None
Developer Tooling
None
Where React Sucks
♻ Code Reusability
None
Separation of Concerns
None
Classes are hard
None
Hooks to the Rescue
Demo
Rules
Only Call Hooks at the Top Level
Only Call Hooks from React Functions
Conclusion
Questions?