Why is server Side Rendering important

Draft Disclaimer: Please note that this article is currently in draft form and may undergo revisions before final publication. The content, including information, opinions, and recommendations, is subject to change and may not represent the final version. We appreciate your understanding and patience as we work to refine and improve the quality of this article. Your feedback is valuable in shaping the final release.

Language Mismatch Disclaimer: Please be aware that the language of this article may not match the language settings of your browser or device.
Do you want to read articles in English instead ?

Why is server Side Rendering important

with modern front end framework (Vuejs, React and stuffs)

Summary

  • what is SSR ?
  • why is it important ?
  • Problem: CSR: Trades off ?
  • Solution 1: Prerender
  • Solution 2: SSR

Solution 1: Prerender

How prerender works ?

As you may expect, it renders the content before serving it to the client You might want to check how http works

  • using webpack plugin SSR