|
|
|
|
|
by _fat_santa
451 days ago
|
|
I think NextJS is still a decent framework to use, so long as you're not going into any of their RSC or other "full stack" features and use it with the "export" flag (which just generates HTML/CSS/JS that you can upload anywhere). One thing that is very annoying is that their next/image component still does not support "export" and only works if you deploy to Vercel. Considering that Gatsby figured this out so early on is just shameful. Granted there are a couple of 3rd party packages that add proper image support like Gatsby had, it's still very annoying and quite frankly sad because we all know this is a business decision to keep folks locked into Vercel. |
|