Skip to content

Commit 3d9f4ef

Browse files
Apply suggestions from code review
Co-authored-by: Greg Brimble <[email protected]>
1 parent 39e722b commit 3d9f4ef

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed
Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Full-stack frameworks now generally available on Cloudflare Workers
2+
title: Full-stack frameworks are now Generally Available on Cloudflare Workers
33
description: Cloudflare Workers now provides production ready, generally available (GA) support for React Router v7 (Remix), Astro, Hono, Vue.js, Nuxt, Svelte (SvelteKit), and more.
44
products:
55
- workers
@@ -12,7 +12,7 @@ import fullstackWorkers from "~/assets/images/changelog/workers/fullstack-on-wor
1212

1313
<Image src={fullstackWorkers} alt="Full-stack on Cloudflare Workers" />
1414

15-
We're excited to announce that the following frameworks are now fully supported and **generally available** on Cloudlfare Workers:
15+
The following full-stack frameworks now have Generally Available ("GA") adapters for Cloudflare Workers, and are ready for you to use in production:
1616

1717
- [React Router v7 (Remix)](/workers/frameworks/framework-guides/react-router/)
1818
- [Astro](/workers/frameworks/framework-guides/astro/)
@@ -22,16 +22,15 @@ We're excited to announce that the following frameworks are now fully supported
2222
- [Svelte (SvelteKit)](/workers/frameworks/framework-guides/svelte/)
2323
- And [more](/workers/frameworks/).
2424

25-
The following frameworks are still in **beta**, but will be fully supported and GA in the next few months:
25+
The following frameworks are now in **beta**, with GA support coming very soon:
2626

27-
- [Next.js](/workers/frameworks/framework-guides/nextjs/), supported through [@opennextjs/cloudflare](https://opennext.js.org/cloudflare) is now `v1.0-beta`. Those using the OpenNext adapter will also be able to easily upgrade to the [recently announced Next.js Deployments API](https://github.com/vercel/next.js/discussions/77740).
27+
- [Next.js](/workers/frameworks/framework-guides/nextjs/), supported through [@opennextjs/cloudflare](https://opennext.js.org/cloudflare) is now `v1.0-beta`.
2828
- [Angular](/workers/frameworks/framework-guides/angular/)
2929
- [SolidJS (SolidStart)](/workers/frameworks/framework-guides/solid/)
3030

3131
You can also build complete full-stack apps on Workers **without a framework**:
3232

33-
- You can [“just use Vite"](https://blog.cloudflare.com/introducing-the-cloudflare-vite-plugin) and React together, and build a backend API in the same Worker. Follow our [React SPA with an API tutorial](/workers/vite-plugin/tutorial/) to learn how.
33+
- You can [“just use Vite"](https://blog.cloudflare.com/introducing-the-cloudflare-vite-plugin) and React together, and build a back-end API in the same Worker. Follow our [React SPA with an API tutorial](/workers/vite-plugin/tutorial/) to learn how.
3434

35-
All together, these new additions allow you to build and host projects ranging from simple static sites to full-stack applications, all on Cloudflare Workers.
3635

37-
**Get started building today with our [framework guides](/workers/frameworks/)**. Or, read more about our updates to building full-stack applications on Workers in our [Dev Week 2025 blog](https://blog.cloudflare.com/full-stack-development-on-cloudflare-workers).
36+
**Get started building today with our [framework guides](/workers/frameworks/)**, or read our [Developer Week 2025 blog post](https://blog.cloudflare.com/full-stack-development-on-cloudflare-workers) about all the updates to building full-stack applications on Workers.

0 commit comments

Comments
 (0)