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
48
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
41
Introduction to PHP 7
thepaulmcbride
1
89
Other Decks in Technology
See All in Technology
頼れる Agentic AI を支える Datadog のオブザーバビリティ / Powering Reliable Agentic AI with Datadog Observability
aoto
PRO
0
200
AI実装による「レビューボトルネック」を解消する仕様駆動開発(SDD)/ ai-sdd-review-bottleneck
rakus_dev
0
150
猫でもわかるKiro CLI(AI 駆動開発への道編)
kentapapa
0
260
WebアクセシビリティをCI/CDで担保する ― axe DevTools × Playwright C#実践ガイド
tomokusaba
2
160
OCHaCafe S11 #2 コンテナ時代の次の一手:Wasm 最前線
oracle4engineer
PRO
2
150
OCI技術資料 : コンピュート・サービス 概要
ocise
4
54k
Claude Code 2026年 最新アップデート
oikon48
13
11k
モジュラモノリス導入から4年間の総括:アーキテクチャと組織の相互作用について / Architecture and Organizational Interaction
nazonohito51
1
190
AI駆動AI普及活動 ~ 社内AI活用の「何から始めれば?」をAIで突破する
oracle4engineer
PRO
1
110
会社紹介資料 / Sansan Company Profile
sansan33
PRO
16
410k
VPCエンドポイント意外とお金かかるなぁ。せや、共有したろ!
tommy0124
1
690
組織全体で実現する標準監視設計
yuobayashi
3
490
Featured
See All Featured
Why Your Marketing Sucks and What You Can Do About It - Sophie Logan
marketingsoph
0
110
GraphQLの誤解/rethinking-graphql
sonatard
75
11k
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
333
22k
Breaking role norms: Why Content Design is so much more than writing copy - Taylor Woolridge
uxyall
0
210
[SF Ruby Conf 2025] Rails X
palkan
2
840
Faster Mobile Websites
deanohume
310
31k
Speed Design
sergeychernyshev
33
1.6k
State of Search Keynote: SEO is Dead Long Live SEO
ryanjones
0
150
A better future with KSS
kneath
240
18k
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
26
3.4k
How to Think Like a Performance Engineer
csswizardry
28
2.5k
jQuery: Nuts, Bolts and Bling
dougneiner
65
8.4k
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?