Skip to content

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

Merged
merged 9 commits into from
Apr 8, 2025
Merged

Conversation

korinne
Copy link
Contributor

@korinne korinne commented Apr 7, 2025

No description provided.

@korinne korinne requested review from a team as code owners April 7, 2025 22:03
Copy link
Contributor

hyperlint-ai bot commented Apr 7, 2025

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 Summary

Introduced full-stack framework support for Cloudflare Workers, marking several frameworks as generally available.

  • Added changelog entry for full-stack frameworks support on Cloudflare Workers
  • Listed frameworks now generally available, including React Router v7, Astro, Hono, Vue.js, Nuxt, and Svelte
  • Mentioned frameworks still in beta, such as Next.js, Angular, and SolidJS
  • Provided guidance on building full-stack apps without a framework using Vite and React

Added Files

  • src/content/changelog/workers/2025-04-08-fullstack-on-workers.mdx

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 hyperlint-ignore label to the PR. Future changes won't trigger a Hyperlint review.

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 hyperlint-ignore to the PR to ignore the link check for this PR.

import { Image } from "astro:assets";
import fullstackWorkers from "~/assets/images/changelog/workers/fullstack-on-workers.png";

<Image src={fullstackWorkers} alt="Fullstack on Cloudflare Workers" />
Copy link
Contributor

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**:
Copy link
Contributor

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?

Copy link
Contributor Author

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.
Copy link
Contributor

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?

Copy link
Contributor Author

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.

Copy link
Contributor

@vy-ton vy-ton left a 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

@vy-ton vy-ton merged commit 71d677a into production Apr 8, 2025
11 checks passed
@vy-ton vy-ton deleted the full-stack-changelog branch April 8, 2025 12:29
RebeccaTamachiro pushed a commit that referenced this pull request Apr 21, 2025
* 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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants