Slide 6
Slide 6 text
Differences of CSR (SPA), SSR, SSG
Client Side Rendering (SPA, traditional React application)
Huge bundle JS, slow render on first serve
Server send client JavaScript only
(Also Provides small HTML,CSS
But not complete )
HTML
CSS
Client constructs HTML, (CSS)
to show user dynamically
JS
Huge
JS