Interesting, thanks! I made a video on dockerizing a next js app and I generally appreciate the fact that NextJS allows this to be done
@AtharvaDeosthale3 ай бұрын
Yeah, usually self hosting using Docker we run Next.js in a Node runtime instead of an Edge runtime. So self hosting doesn't give any problems
@karan-oh5th2 ай бұрын
@@AtharvaDeosthale im also looking for deploying nextjs application and i thought of self hosting but dont we loose on caching and other optimization which vercel do?
@guitarhero693 ай бұрын
Thanks for the video and explanation. i was really confused why nextjs couldnt be hosted on other hosting sites and this video cleared most of my doubts
@me_apps15 сағат бұрын
Thank you for the video! I’m currently working on a landing page for web games and have successfully integrated 12 games so far. Now, I’m exploring options to choose the best hosting service. Which hosting service would you recommend?
@Brocodefound16773 ай бұрын
Let's go 🔥🔥🔥
@harshchАй бұрын
great video, any idea on how to use github here for deployment, the docs are too hard to go through? or maintain multiple environment through wrangler?
@Muyiwamighty2 ай бұрын
Thank you for the video. I'm worried when we put these videos online and not talk about what could be missing. Open next does not support middleware yet so authentication won't work. Some individuals will watch this and run with it
@ichigokuro39862 ай бұрын
Can you create a video wherein you develop a project that uses drizzle + all the components of the cloudflare stack?
@AbdusSamad-ij4cp2 ай бұрын
Will server actions work?
@paulwong72242 ай бұрын
What do you mean by it's not free because cloudflare workers only supports workers that are only 1MB? I assume a worker handles each route. So at least one of your routes is larger than 1MB essentially? It sounded like you were saying all routes are handled by 1 worker or smth
@mikhacavinАй бұрын
all the nextjs feature works on this OpenNext and cloudflareworkers ?
@ArunKumar-gx8ivАй бұрын
video on AI things using Nextjs , openAI, AI sdk
@AayushBartaula26 күн бұрын
This video is really misleading plus hes using bun
@benezer4937Ай бұрын
Does cloudflare supports all NextJs features such as SSR