Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Sign up for free
Menu
Search
Features
All features
Private URLs
Password Protection
Custom URLS
Scheduled publishing
Remove Branding
Restrict embedding
Deck Collections
Notes
Features
All features
Private URLs
Password Protection
Custom URLS
Scheduled publishing
Remove Branding
Restrict embedding
Deck Collections
Notes
Explore
Featured decks
Featured speakers
Programming
Technology
Storyboards
Explore
Featured decks
Featured speakers
Programming
Technology
Storyboards
Pricing
Search
Sign in
Sign up for free
Universal Applications
Search
Sponsored
·
Ship Features Fearlessly
Turn features on and off without deploys. Used by thousands of Ruby developers.
→
Stepan Parunashvili
March 19, 2016
Programming
93
0
Share
Embed
Copy iframe code
Copy JS code
Copy link
Start on current slide
Universal Applications
Building Universal Applications, Delivered at FE Day in Guangzhou
Stepan Parunashvili
March 19, 2016
More Decks by Stepan Parunashvili
See All by Stepan Parunashvili
Scaling React Applications
stopachka
2
130
Engineering Growth
stopachka
0
79
Universal Applications
stopachka
1
100
ES2015 & React
stopachka
0
77
ES2015
stopachka
0
82
Other Decks in Programming
See All in Programming
Kiroで創り、AgentCoreで繋ぐ!AWSで実践する「AI-DLC」から「AIエージェント統合」までの最新地図
licux
4
680
Intent as Code
shoppingjaws
6
1k
Claude Codeを組織的に動かして月400PRを実現した話
happy_ryo
0
280
iOSDC2026登壇資料.pdf
riofujimon
0
160
スマート反転とウェブアクセシビリティ
camiha
0
210
LL言語やWebフレームワークのPostgreSQL対応 〜DBの機能がユーザーに届くまで〜
kentaroutakeda
1
150
新卒PdEのリアル
ryu1013
1
500
Starting & Sustaining Code-Based E2E Testing for Non-Coding QA Teams( #jasstniigata )
teyamagu
PRO
1
180
DroidKaigi 2026 「個人開発という実験場: Android エンジニアが手にする4つの自由」
slashnephy
0
230
VueプロジェクトをTypeScript7に対応させる- Side-by-Side戦略による一部高速化 -
koukimiura
0
110
そのリトライ、死んだコネクションを使い回していませんか ── GoのHTTPクライアントとHTTP/2を実プロダクト障害から学び直す
myus4a
0
140
20260914 AIエージェント時代のPlatform Engineering LLM基盤とプロダクトの責務境界線
kanfab1
6
1.9k
Featured
See All Featured
How Fast Is Fast Enough? [PerfNow 2025]
tammyeverts
3
880
Tips & Tricks on How to Get Your First Job In Tech
honzajavorek
1
740
How to Ace a Technical Interview
jacobian
281
24k
Being A Developer After 40
akosma
91
590k
How to Talk to Developers About Accessibility
jct
2
550
AI Search: Where Are We & What Can We Do About It?
aleyda
0
7.9k
Learning to Love Humans: Emotional Interface Design
aarron
275
41k
Side Projects
sachag
456
43k
[SF Ruby Conf 2025] Rails X
palkan
3
1.4k
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
32
4.8k
Designing for Performance
lara
611
70k
Making the Leap to Tech Lead
cromwellryan
135
10k
Transcript
Universal Applications Stepan Parunashvili 1
@stopachka www.stepanp.com 2 笳茯
Universal Applications 3
Isomorphic? 4
5
6
7
Isomorphic 8
Universal 9
10
...2015 11
...2014 12
...2013 13
...2012 14
...2011 15
...2010 16
...2009 17
2008 18
19
20 v2.2.2
21
22
23 javascript?
24 鉖᯾牦
25
26 routing validation views
27 routing validation views c00l animations
28 routing validation views c00l animations (in some browsers...b^.^d)
29
30
2009... 31
2010 32
33
34 v0.1.0
35
36
37
38
39 routing validation views
40 ...routing ...validation ...views routing validation views
41
42
43
is it just the way things are? 44
45
46
47 routing validation views
48
49 what if we made our own representation of the
dom...
...React! 50
win 1: code sharing 51
win 2: perceived performance 52
win 3: SEO 53
Can we build this? 54
ٵ॓ԧ牫 55
56 server.js
57 server.js
58 server.js
59 server.js
60
61
62 server.js
63 server.js
64 server.js
65
Time to react 66
67 components.js
68 server.js
69 server.js
70 server.js
71 server.js
72
73 components.js
74 components.js
75 components.js
76
77 server.js
78 server.js
79 server.js
80 load client side react client.js
81
...Now the views are shared 82
What's the catch? 83
build tools (webpack, babel & family) 84
Time to route 85
86 client.js
ReactRouter 87
88 server.js
let's disable universal rendering for now 89
90 server.js
91 server.js
92 components.js
93 load client side react components.js
94 load client side react routes.js
95 load client side react client.js
96 load client side react client.js
show it working 97
98
99
disable js 100
101 server.js
102 server.js server.js
103 server.js server.js
104 server.js server.js
105 server.js server.js
show it working 106
How about stores? 107
108 client.js
109 client.js
110 client.js
111 client.js
112 client.js
113 client.js
114 server.js server.js
115 server.js server.js
116 server.js server.js
initial data 珌牫 117
118 client.js
119 client.js
120 server.js
121 server.js
122 server.js
123 server.js
124 server.js
125 server.js
ok, ok....ݢฎ... 126
How about data fetching? 127
128 api.js
129 api.js
130 components.js
131 components.js
132 server.js
133 server.js
134 server.js
135 server.js
/home -> /page/2 ? 136
137 client.js
138 client.js
139 client.js
...but there's a library for that 140
react-resolver 141
is it all rosy? 142
not really 143
but the payoff? 144
145
146
147
148 routing validation views
wait... single-threaded-backend? 149
ClojureScript. 150
ClojureScript. Boom 151
so.. 152
Build Declaratively 153
Question assumptions 154
Questions? 155