Comment by toastercat
5 years ago
This is awesome. Next.js is garbage so hopefully SvelteKit gets all the love and attention from now on.
5 years ago
This is awesome. Next.js is garbage so hopefully SvelteKit gets all the love and attention from now on.
My biggest issue with NextJS is next/image vendor locks you into Vercel.
You can use netlify-plugin-nextjs - https://github.com/netlify/netlify-plugin-nextjs/blob/v3/doc... to host on Netlify.
And of course any regular NodeJS server works with next/image - https://nextjs.org/docs/deployment#other-hosting-options
`next/image` works self-hosted (it uses either Squoosh or optionally Sharp) as well as with any third-party solution you want. Vercel is just one choice!
https://nextjs.org/docs/basic-features/image-optimization#lo...