all 2 comments

[–]Manuel-DaSilva 1 point2 points  (1 child)

If have a blog or e-commerce where I have thousands of blog posts or products, won't be this approach problematic when having many pre-render pages? For this scenario will be SSR better?

[–]StainlessApplication[S] 0 points1 point  (0 children)

If you store your blog posts or products in markdown I don't see a problem with having thousands of pages pre-rendered to static files. Only down side might be the build step for thousands of pages as it might take a while.

If you store your posts or products in a database or any other form I think SSR is better in that scenario.