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
Building UIs with React
Search
Jake Rios
July 11, 2014
Technology
0
39
Building UIs with React
Presentation discussing React concepts with code examples.
Jake Rios
July 11, 2014
Tweet
Share
Other Decks in Technology
See All in Technology
roppongirb_20250911
igaiga
1
250
Aurora DSQLはサーバーレスアーキテクチャの常識を変えるのか
iwatatomoya
1
1.2k
Platform開発が先行する Platform Engineeringの違和感
kintotechdev
4
590
Rustから学ぶ 非同期処理の仕組み
skanehira
1
150
20250910_障害注入から効率的復旧へ_カオスエンジニアリング_生成AIで考えるAWS障害対応.pdf
sh_fk2
3
280
いま注目のAIエージェントを作ってみよう
supermarimobros
0
350
サラリーマンの小遣いで作るtoCサービス - Cloudflare Workersでスケールする開発戦略
shinaps
2
470
IoT x エッジAI - リアルタイ ムAI活用のPoCを今すぐ始め る方法 -
niizawat
0
120
機械学習を扱うプラットフォーム開発と運用事例
lycorptech_jp
PRO
0
660
TS-S205_昨年対比2倍以上の機能追加を実現するデータ基盤プロジェクトでのAI活用について
kaz3284
1
230
COVESA VSSによる車両データモデルの標準化とAWS IoT FleetWiseの活用
osawa
1
400
エンジニアが主導できる組織づくり ー 製品と事業を進化させる体制へのシフト
ueokande
1
100
Featured
See All Featured
We Have a Design System, Now What?
morganepeng
53
7.8k
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
33
2.4k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
231
53k
Stop Working from a Prison Cell
hatefulcrawdad
271
21k
Being A Developer After 40
akosma
90
590k
Rebuilding a faster, lazier Slack
samanthasiow
83
9.2k
GraphQLとの向き合い方2022年版
quramy
49
14k
Statistics for Hackers
jakevdp
799
220k
Side Projects
sachag
455
43k
It's Worth the Effort
3n
187
28k
The World Runs on Bad Software
bkeepers
PRO
70
11k
Imperfection Machines: The Place of Print at Facebook
scottboms
268
13k
Transcript
Building User Interfaces With React
Building consistent user interfaces is hard
React
React aims to be simple React is declarative
Components Not templates
Components can be composed to build complex UIs
Break down the user interface into components
A little about JSX
JSX Gotchas
Component State
Component Lifecycle 1. Mounting 2. Updating 3. Unmounting
Ownership, not parent
Data on the screen
JS is not reactive DOM is inherently stateful
Data Binding is a polyfill for reactive JS and DOM
None
Virtual DOM
None
React to events Autobinding Event delegation
React Add-ons
http://bit.ly/react-docs! http://bit.ly/react-contrib! Documentation Contribute http://bit.ly/react-tools! Tooling http://bit.ly/rethink-practices! Watch
Questions?