|
|
|
|
|
by brillout
1065 days ago
|
|
I agree and, as the author of vite-plugin-ssr[1], that's what I recommend to my users: go for static whenever you can. I think it's something every web developer should be aware of. Static is indeed a lot simpler than dynamic. I've wrote more about it over here[2] (SSG = static, SSR = dynamic). [1] https://vite-plugin-ssr.com [2] https://vite-plugin-ssr.com/pre-rendering |
|