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
45
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
40
Introduction to PHP 7
thepaulmcbride
1
88
Other Decks in Technology
See All in Technology
AIエージェント就活入門 - MCPが履歴書になる未来
eltociear
0
610
人を動かすことについて考える
ichimichi
2
350
Goss: Faiss向けの新しい本番環境対応 Goバインディング #coefl_go_jp
bengo4com
0
1.4k
攻撃と防御で実践するプロダクトセキュリティ演習~導入パート~
recruitengineers
PRO
3
840
JavaScript 研修
recruitengineers
PRO
4
780
Evolution on AI Agent and Beyond - AGI への道のりと、シンギュラリティの3つのシナリオ
masayamoriofficial
0
220
第4回 関東Kaggler会 [Training LLMs with Limited VRAM]
tascj
12
1.9k
GitHub Copilot coding agent を推したい / AIDD Nagoya #1
tnir
4
4.8k
Gaze-LLE: Gaze Target Estimation via Large-Scale Learned Encoders
kzykmyzw
0
360
TypeScript入門
recruitengineers
PRO
27
8.6k
LLMエージェント時代に適応した開発フロー
hiragram
1
430
自社製CMSからmicroCMSへのリプレースがプロダクトグロースを加速させた話
nextbeatdev
0
220
Featured
See All Featured
Building a Modern Day E-commerce SEO Strategy
aleyda
43
7.5k
Documentation Writing (for coders)
carmenintech
73
5k
How To Stay Up To Date on Web Technology
chriscoyier
790
250k
Reflections from 52 weeks, 52 projects
jeffersonlam
351
21k
Designing Experiences People Love
moore
142
24k
Fashionably flexible responsive web design (full day workshop)
malarkey
407
66k
Connecting the Dots Between Site Speed, User Experience & Your Business [WebExpo 2025]
tammyeverts
8
480
ReactJS: Keep Simple. Everything can be a component!
pedronauck
667
120k
VelocityConf: Rendering Performance Case Studies
addyosmani
332
24k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
110
20k
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
8
900
Facilitating Awesome Meetings
lara
55
6.5k
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?