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
87
Other Decks in Technology
See All in Technology
エンジニアのためのドキュメント力基礎講座〜構造化思考から始めよう〜(2025/02/15jbug広島#15発表資料)
yasuoyasuo
15
5.5k
明日からできる!技術的負債の返済を加速するための実践ガイド~『ホットペッパービューティー』の事例をもとに~
recruitengineers
PRO
3
100
Nekko Cloud、 これまでとこれから ~学生サークルが作る、 小さなクラウド
logica0419
2
730
RSNA2024振り返り
nanachi
0
500
アジャイル開発とスクラム
araihara
0
160
これからSREになる人と、これからもSREをやっていく人へ
masayoshi
6
4.1k
Bounded Context: Problem or Solution?
ewolff
1
210
Developers Summit 2025 浅野卓也(13-B-7 LegalOn Technologies)
legalontechnologies
PRO
0
150
Ask! NIKKEI RAG検索技術の深層
hotchpotch
13
2.8k
モノレポ開発のエラー、誰が見る?Datadog で実現する適切なトリアージとエスカレーション
biwashi
6
770
プロセス改善による品質向上事例
tomasagi
1
1.6k
テストアーキテクチャ設計で実現する高品質で高スピードな開発の実践 / Test Architecture Design in Practice
ropqa
3
710
Featured
See All Featured
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
29
1k
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
7
630
Designing for Performance
lara
604
68k
Bootstrapping a Software Product
garrettdimon
PRO
305
110k
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
226
22k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
33
2.8k
Put a Button on it: Removing Barriers to Going Fast.
kastner
60
3.7k
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
29
2.4k
The Art of Programming - Codeland 2020
erikaheidi
53
13k
No one is an island. Learnings from fostering a developers community.
thoeni
21
3.1k
The Invisible Side of Design
smashingmag
299
50k
Fontdeck: Realign not Redesign
paulrobertlloyd
82
5.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?