Netlify deploys hundreds of thousands of Next.js sites – here's what challenging
1–10 of 28 posts
Re: Netlify deploys hundreds of thousands of Next.js sites – here's what challenging
#2Re: Netlify deploys hundreds of thousands of Next.js sites – here's what challenging
#3Re: Netlify deploys hundreds of thousands of Next.js sites – here's what challenging
#4So instead of having it in open, Netlify now have their own channel of communication with Vercel. This still continue to feel like a closed garden and makes it difficult for small vendors to have proper NextJS hosting.
(Disclosure: I am running DollarDeploy which allows hosting NextJS (amongst others) on your own server. And we don't use docker!)
Re: Netlify deploys hundreds of thousands of Next.js sites – here's what challenging
#5"Fortunately, thanks to Vercel’s outreach, we’ve established lines of communication with the Next.js team. With this in place we hope to gain better insights into upcoming changes to the framework." So instead of having it in open, Netlify now have their own channel of communication with Vercel. This still continue to feel like a closed garden and makes it difficult for small vendors to have proper NextJS hosting. (D…
Re: Netlify deploys hundreds of thousands of Next.js sites – here's what challenging
#6"Fortunately, thanks to Vercel’s outreach, we’ve established lines of communication with the Next.js team. With this in place we hope to gain better insights into upcoming changes to the framework." So instead of having it in open, Netlify now have their own channel of communication with Vercel. This still continue to feel like a closed garden and makes it difficult for small vendors to have proper NextJS hosting. (D…
IMHO one major challenge is the amount of work one has to do to build an adapter, if we can make the spec leaner and move logic out of e.g. the CacheHandler, that's gonna make it easier for you to create your own (or you could state that some features/modes are not supported - but for that, you'd need to have a very good idea of what these even are)
Re: Netlify deploys hundreds of thousands of Next.js sites – here's what challenging
#7I wonder if this blog post was prompted by this: https://news.ycombinator.com/item?id=43481295
Re: Netlify deploys hundreds of thousands of Next.js sites – here's what challenging
#8Re: Netlify deploys hundreds of thousands of Next.js sites – here's what challenging
#9Re: Netlify deploys hundreds of thousands of Next.js sites – here's what challenging
#10"Fortunately, thanks to Vercel’s outreach, we’ve established lines of communication with the Next.js team. With this in place we hope to gain better insights into upcoming changes to the framework." So instead of having it in open, Netlify now have their own channel of communication with Vercel. This still continue to feel like a closed garden and makes it difficult for small vendors to have proper NextJS hosting. (D…
(disclaimer: I work at Netlify) It's not a 1:1 channel, we're pushing for as much work in the open as possible, and extending the OpenNext group to more members. IMHO one major challenge is the amount of work one has to do to build an adapter, if we can make the spec leaner and move logic out of e.g. the CacheHandler, that's gonna make it easier for you to create your own (or you could state that some features/modes…