Shubham Mehtashubham-mehta.hashnode.dev·Sep 23, 2024Client Side Rendering (CSR) vs Server Side Rendering (SSR)While developing a web application or website from scratch, a developer has to make many decisions that can significantly impact performance and user experience, especially how the content is rendered on the view. First, let's understand what renderi...1 like·366 readsClient-side rendering
Vishnu Moulivishnu-mouli.hashnode.dev·Dec 9, 2023SSG vs SSR vs ISG in Next JS.1. Static Site Generation (SSG): Definition: Static Site Generation is a technique where a website's HTML pages are generated at build time and serve as static files to the client. The content is fixed at the time of generation and doesn't change wit...77 readsSSR
VIVEK UPADHYAYcreator79.hashnode.dev·Oct 27, 2023Detailed Difference Between CSR, SSR, and ISG with ExamplesUnderstanding SSR, ISR, CSR, and SSG: A Guide for Software Developers Are you a software developer looking to delve into the world of client-side frameworks? If so, you've probably encountered terms like SSR, ISR, CSR, and SSG. But what do these acro...3 likes·177 readsFrontend Development