Cloudflare has announced the general availability of Pages Functions, which enables dynamic server-side rendering for applications built using major meta-frameworks such as Astro, Next.js, Qwik, Remix, Solid, and Svelte. Built on top of Cloudflare Workers, Pages projects benefit from low latency with over 275 data centers across the globe. With server-side rendering, developers can optimize access to resources using Cloudflare's high-bandwidth connectivity and ability to cache data nearby, minimizing time spent on devices waiting for data. Many modern full-stack frameworks provide isomorphic code that works on both frontend and backend, avoiding duplication of business and data access logic.