Understanding SSR
Why need Server site rendering
SEO !! + little bit meaningful first rendering
SSR is larger concept to react. If we take about SSR only, it need to compare with SPA not React.
While when using react to do the SSR. Very basic thought is like every route is SPA. How about write react only and make it become a SSR? Nextjs coming in.
hydration does
make page alive
old way < next.js13
each route send full html and react and hydration function


