Skip to content

juancho11gm/csr-ssr-ssg-isr

Repository files navigation

CSR - SSR - SSG - ISR

Comparison between rendering approaches for web applications.

Please check my blog post about this.

https://www.juango.dev/posts/ssr-csr-ssg-isr

How to run

First, run the development server:

npm run dev
# or
yarn dev