Client Side Rendering
A java script bundle is shipped to the end-user and dictates all actions that the user would have to go through.
Server Side Rendering
When a client requests information to the server, the server can either:
- Return a static site made in build Static Generation
- Return a cached page. Can also be cached by Incremental Static Regeneration
- Full on Server Side Rendering