Home / Companies / Cloudflare / Blog / Post Details
Content Deep Dive

Server-side render full stack applications with Pages Functions

Blog post from Cloudflare

Post Details
Company
Date Published
Author
Peter Bacon Darwin, Igor Minar
Word Count
1,330
Language
English
Hacker News Points
-
Summary

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.