Taking Next.js to the Edge: Deploying "The Wild Oasis" on Cloudflare
A booking application built with Next.js 15, and deployed entirely on Cloudflare Pages.
Moving away from traditional Node.js environments to the Cloudflare Edge presented some fascinating architectural challenges that pushed my engineering skills to the next level:
Edge Runtime Optimization: Leveraging nodejs_compat to run heavy server-side logic on V8 isolates for near-zero latency.
Advanced UX: Implementing useTransition hook along an optimistic update to make an instant, fluid user experience.
Taking Next.js to the Edge: Deploying "The Wild Oasis" on Cloudflare
A booking application built with Next.js 15, and deployed entirely on Cloudflare Page...