Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions src/blog/v2-14-0/v2-14-0.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ Parcel v2.14.0 introduces beta support for React Server Components, which can be

## React Server Components

> UPDATE
>
> On 2025/12/03 a critical vulnerability was uncovered in React Server Components. https://react.dev/blog/2025/12/03/critical-security-vulnerability-in-react-server-components
>
> Ensure you're up to date with the latest fixes, especially [react-server-dom-parcel](https://vercel.com/changelog/cve-2025-55182#impact)

Parcel v2.14.0 introduces beta support for [React Server Components](/recipes/rsc/), a new type of component that renders ahead of time, on the server or at build time. Server Components seamlessly integrate client and server code in one unified component tree, helping reduce client bundle sizes by pre-rendering non-interactive components.

Unlike other RSC implementations, Parcel is not a full framework. Instead, it provides the tools you need to build your own application or framework from scratch with much less work. This gives you freedom to experiment with new patterns, or integrate Server Components into an existing app without a major rewrite.
Expand Down