Geb's Moon Logo
Geb's Lab
home
about
articles
pieces
GitHub
X
Zenn
Geb's Moon Logo
Geb's Lab
navigation
Knowledge Pieces
pieces
ブラウザでreactやvueが動く仕組み
6/30/2024
How JS Frameworks Work
React
React
VUE
Vue
HTML
HTML
</>
CSS
CSS
{}
{;}
JS
JS
Easy to Code
Can't run directly
in browsers!
transformed
by
Vite
Vite
Esbuild
esbuild
Hard to Code
Can run in the browser
pieces
SPAと比較したSSRの利点
6/30/2024
SPA / SSR rendering process
HTML
CSS
JavaScript
SPA rendering process
SSR rendering process
Render
Google
HTML
Render
HTML
CSS
JavaScript
Hydrate
Google
Rendered w/o JS
Rendered w/ JS
Rendered w/ JS
Load JS in the background ...