-
Notifications
You must be signed in to change notification settings - Fork 6.5k
Adds changelog for full-stack GA support #21485
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Howdy and thanks for contributing to our repo. The Cloudflare team reviews new, external PRs within two (2) weeks. If it's been two weeks or longer without any movement, please tag the PR Assignees in a comment. We review internal PRs within 1 week. If it's something urgent or has been sitting without a comment, start a thread in the Developer Docs space internally. PR Change SummaryIntroduced full-stack framework support for Cloudflare Workers, marking several frameworks as generally available.
Added Files
How can I customize these reviews?Check out the Hyperlint AI Reviewer docs for more information on how to customize the review. If you just want to ignore it on this PR, you can add the Note specifically for link checks, we only check the first 30 links in a file and we cache the results for several hours (for instance, if you just added a page, you might experience this). Our recommendation is to add |
Preview URL: https://3d9f4ef4.preview.developers.cloudflare.com Files with changes (up to 15) |
import { Image } from "astro:assets"; | ||
import fullstackWorkers from "~/assets/images/changelog/workers/fullstack-on-workers.png"; | ||
|
||
<Image src={fullstackWorkers} alt="Fullstack on Cloudflare Workers" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I like the self-callout. I imagine the import statements are excluded from changelog text so maybe an image caption: "brought to you by Workers Assets and Astro"
- [Angular](/workers/frameworks/framework-guides/angular/) | ||
- [SolidJS (SolidStart)](/workers/frameworks/framework-guides/solid/) | ||
|
||
You can also build complete full-stack apps on Workers **without a framework**: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should this plug Workers assets, Pages convergence features?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think I'm going to do a separate changelog for features we brought from Pages to Workers - this section isn't quite relevant
|
||
You can also build complete full-stack apps on Workers **without a framework**: | ||
|
||
- 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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
how does this relate to the without a framework
statement above?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's this trending notion right now that we're missing a "vanilla" react example -- meaning just using React and Vite without a frontend framework.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
some comments to address but preemptive approve so that merge can be unblocked
src/content/changelog/workers/2025-04-08-fullstack-on-workers.mdx
Outdated
Show resolved
Hide resolved
src/content/changelog/workers/2025-04-08-fullstack-on-workers.mdx
Outdated
Show resolved
Hide resolved
src/content/changelog/workers/2025-04-08-fullstack-on-workers.mdx
Outdated
Show resolved
Hide resolved
src/content/changelog/workers/2025-04-08-fullstack-on-workers.mdx
Outdated
Show resolved
Hide resolved
Co-authored-by: Greg Brimble <[email protected]>
Co-authored-by: Greg Brimble <[email protected]>
Co-authored-by: Greg Brimble <[email protected]>
src/content/changelog/workers/2025-04-08-fullstack-on-workers.mdx
Outdated
Show resolved
Hide resolved
src/content/changelog/workers/2025-04-08-fullstack-on-workers.mdx
Outdated
Show resolved
Hide resolved
src/content/changelog/workers/2025-04-08-fullstack-on-workers.mdx
Outdated
Show resolved
Hide resolved
src/content/changelog/workers/2025-04-08-fullstack-on-workers.mdx
Outdated
Show resolved
Hide resolved
src/content/changelog/workers/2025-04-08-fullstack-on-workers.mdx
Outdated
Show resolved
Hide resolved
src/content/changelog/workers/2025-04-08-fullstack-on-workers.mdx
Outdated
Show resolved
Hide resolved
src/content/changelog/workers/2025-04-08-fullstack-on-workers.mdx
Outdated
Show resolved
Hide resolved
src/content/changelog/workers/2025-04-08-fullstack-on-workers.mdx
Outdated
Show resolved
Hide resolved
Co-authored-by: Greg Brimble <[email protected]>
* adds changelog for full-stack frameworks GA --------- Co-authored-by: Greg Brimble <[email protected]> Co-authored-by: Kody Jackson <[email protected]> Co-authored-by: Brendan Irvine-Broque <[email protected]>
No description provided.