(no title)
migueloller | 4 years ago
So many are saying that this could've been a static site distributed by a CDN. That's what a Next.js app on Vercel does by default! Unless you use `getServerSideProps`, Next.js will create a static site at build time and when deployed to Vercel it will be hosted on their CDN. Spending just a bit of time to understand why Next.js is so popular would've made that clear to most people here. But I guess that's not as easy as just criticizing it for bloat without knowing how it works and moving on?
sneak|4 years ago
(More things should render their basic, static-site content without having to exec js, too.)
The web would be a lot better if this were the case.
migueloller|4 years ago
[1] https://nextjs.org/docs/advanced-features/custom-document