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
WebアクセシビリティをCI/CDで担保する ― axe DevTools × Playwright C#実践ガイド
tomokusaba
2
160
猫でもわかるKiro CLI(AI 駆動開発への道編)
kentapapa
0
260
【Oracle Cloud ウェビナー】【入門編】はじめてのOracle AI Data Platform - AIのためのデータ準備&自社用AIエージェントをワンストップで実現
oracle4engineer
PRO
1
150
身体を持ったパーソナルAIエージェントの 可能性を探る開発
yokomachi
1
130
楽しく学ぼう!ネットワーク入門
shotashiratori
1
460
OCHaCafe S11 #2 コンテナ時代の次の一手:Wasm 最前線
oracle4engineer
PRO
2
150
CyberAgentの生成AI戦略 〜変わるものと変わらないもの〜
katayan
0
260
2026年もソフトウェアサプライチェーンのリスクに立ち向かうために / Product Security Square #3
flatt_security
1
650
銀行の内製開発にて2つのプロダクトを1つのチームでスクラムしてみてる話
koba1210
1
140
ReactのdangerouslySetInnerHTMLは“dangerously”だから危険 / Security.any #09 卒業したいセキュリティLT
flatt_security
0
310
Goのerror型がシンプルであることの恩恵について理解する
yamatai1212
1
200
Yahoo!ショッピングのレコメンデーション・システムにおけるML実践の一例
lycorptech_jp
PRO
1
220
Featured
See All Featured
Building AI with AI
inesmontani
PRO
1
800
The AI Revolution Will Not Be Monopolized: How open-source beats economies of scale, even for LLMs
inesmontani
PRO
3
3.1k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
287
14k
Scaling GitHub
holman
464
140k
SEO in 2025: How to Prepare for the Future of Search
ipullrank
3
3.4k
Measuring Dark Social's Impact On Conversion and Attribution
stephenakadiri
1
160
Groundhog Day: Seeking Process in Gaming for Health
codingconduct
0
130
How to audit for AI Accessibility on your Front & Back End
davetheseo
0
220
The browser strikes back
jonoalderson
0
810
Ten Tips & Tricks for a 🌱 transition
stuffmc
0
90
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
31
3.1k
Deep Space Network (abreviated)
tonyrice
0
92
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?