Jason Miller @developit.dev · Dec 31

popular "server rendered" (mostly static) site built with the latest Next.js + RSC... yikes

25 likes 2 replies

?

Replies

osama · Dec 31

I wish it had a way to ensure all dynamic routes were statically generated at build time. Currently you have to remember to declare generateStaticParams for every dynamic route Eagerly building dynamic pages in CI would surely catch some errors that you’d normally only find when you visit the page

Jacob Paris · Dec 31

isn't this just a lack of error boundary being set up? no framework excuses devs who don't care