Is Cloudflare a Good Choice for Hosting Next.js?

preview_player
Показать описание
#cloudflare #nextjs #hosting

Hi everyone and Welcome back to Gui Bibeau Channel. Quick, well done content for developers. Improve your programming skills and learn to code with my videos.

Links:

🔖 Topics Covered

- Clouflare Pages and Workers
- V8 Isolates

👉 𝐈𝐟 𝐲𝐨𝐮 𝐥𝐢𝐤𝐞 𝐭𝐡𝐢𝐬 𝐯𝐢𝐝𝐞𝐨, 𝐩𝐥𝐞𝐚𝐬𝐞 𝐥𝐢𝐤𝐞 𝐢𝐭 𝐚𝐧𝐝 𝐬𝐡𝐚𝐫𝐞 𝐢𝐭.

👉 𝐃𝐨𝐧'𝐭 𝐟𝐨𝐫𝐠𝐞𝐭 𝐭𝐨 𝐬𝐮𝐛𝐬𝐜𝐫𝐢𝐛𝐞 𝐭𝐨 𝐦𝐲 𝐜𝐡𝐚𝐧𝐧𝐞𝐥 𝐟𝐨𝐫 𝐦𝐨𝐫𝐞 𝐮𝐩𝐝𝐚𝐭𝐞𝐬.

Suggested videos for you:

Рекомендации по теме
Комментарии
Автор

yo gui really appreciate. note that in the settings of your deployment you can add as "variable name" NODE_VERSION and as "value" 16.15.1 (in my case, just figure your own project's version by typing "node -v" in your project's terminal folder)

MMm-ppon
Автор

lose the background music once you start showing the actual examples. keep making content!

sethm
Автор

MUST READ!!! TDLR; add environment variable NODE_VERSION=x.x. Lol - half this video is solving a simple problem. Cloudflare deploys with node version 12 by default to change it all you have to do is add an environment variable NODE_VERSION=x.x. There is no need to 'trick the build system' - there is a reason why certain packages need certain versions. You are not 'hacking the build system to deploy' ....

jackrdye
Автор

Please, don't even compare Cloudflare with Vercel because even Vercel Edge Functions are built using Cloudflare Workers & there are a lot more products Cloudflare Offers, some of them are Cloudflare Workers, Pages, Durable Object, KV, R2, D1 in Compute space & there are more and more products Cloudflare Offers because they own their servers themselves.

amanueltigistu
Автор

appreciate your vids, but if u can remove the background song it will be better to understand, keep focus. I'm here for the content.v

ovna
Автор

Can we host dynamic websitenon clouldflare pages???

surendraYadav-gwie