Skip to content
Merged
Show file tree
Hide file tree
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
67 changes: 67 additions & 0 deletions src/content/blog/2026/02/24/the-react-foundation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
---
title: "The React Foundation: A New Home for React Hosted by the Linux Foundation"
author: Matt Carroll
date: 2026/02/24
description: The React Foundation has officially launched, hosted by the Linux Foundation.
---

February 24, 2026 by [Matt Carroll](https://x.com/mattcarrollcode)

---

<div style={{display: 'flex', justifyContent: 'center', marginBottom: '1rem', marginLeft: '7rem', marginRight: '7rem' }}>
<picture >
<source srcset="/images/blog/react-foundation/react_foundation_logo.png" />
<img className="w-full light-image" src="/images/blog/react-foundation/react_foundation_logo.webp" />
</picture>
<picture >
<source srcset="/images/blog/react-foundation/react_foundation_logo_dark.png" />
<img className="w-full dark-image" src="/images/blog/react-foundation/react_foundation_logo_dark.webp" />
</picture>
</div>

<Intro>

The React Foundation has officially launched, hosted by the Linux Foundation.

</Intro>

---

[In October](/blog/2025/10/07/introducing-the-react-foundation), we announced our intent to form the React Foundation. Today, we're excited to share that the React Foundation has officially launched.

React, React Native, and supporting projects like JSX are no longer owned by Meta — they are now owned by the React Foundation, an independent foundation hosted by the Linux Foundation. You can read more in the [Linux Foundation's press release](https://www.linuxfoundation.org/press/linux-foundation-announces-the-formation-of-the-react-foundation).

### Founding Members {/*founding-members*/}

The React Foundation has eight Platinum founding members: **Amazon**, **Callstack**, **Expo**, **Huawei**, **Meta**, **Microsoft**, **Software Mansion**, and **Vercel**. **Huawei** has joined since [our announcement in October](/blog/2025/10/07/introducing-the-react-foundation). The React Foundation will be governed by a board of directors composed of representatives from each member, with [Seth Webster](https://sethwebster.com/) serving as executive director.

<div style={{display: 'flex', justifyContent: 'center', margin: '2rem'}}>
<picture >
<source srcset="/images/blog/react-foundation/react_foundation_member_logos_updated.png" />
<img className="w-full light-image" src="/images/blog/react-foundation/react_foundation_member_logos_updated.webp" />
</picture>
<picture >
<source srcset="/images/blog/react-foundation/react_foundation_member_logos_dark_updated.png" />
<img className="w-full dark-image" src="/images/blog/react-foundation/react_foundation_member_logos_dark_updated.webp" />
</picture>
</div>

### New Provisional Leadership Council {/*new-provisional-leadership-council*/}

React's technical governance will always be independent from the React Foundation board — React's technical direction will continue to be set by the people who contribute to and maintain React. We have formed a provisional leadership council to determine this structure. We will share an update in the coming months.

### Next Steps {/*next-steps*/}

There is still work to do to complete the transition. In the coming months we will be:

* Finalizing the technical governance structure for React
* Transferring repositories, websites, and other infrastructure to the React Foundation
* Exploring programs to support the React ecosystem
* Kicking off planning for the next React Conf

We will share updates as this work progresses.

### Thank You {/*thank-you*/}

None of this would be possible without the thousands of contributors who have shaped React over the past decade. Thank you to our founding members, to every contributor who has opened a pull request, filed an issue, or helped someone learn React, and to the millions of developers who build with React every day. The React Foundation exists because of this community, and we're looking forward to building its future together.
6 changes: 6 additions & 0 deletions src/content/blog/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ You can also follow the [@react.dev](https://bsky.app/profile/react.dev) account

<div className="sm:-mx-5 flex flex-col gap-5 mt-12">

<BlogCard title="The React Foundation: A New Home for React Hosted by the Linux Foundation" date="February 24, 2026" url="/blog/2026/02/24/the-react-foundation">

The React Foundation has officially launched under the Linux Foundation.

</BlogCard>

<BlogCard title="Denial of Service and Source Code Exposure in React Server Components" date="December 11, 2025" url="/blog/2025/12/11/denial-of-service-and-source-code-exposure-in-react-server-components">

Security researchers have found and disclosed two additional vulnerabilities in React Server Components while attempting to exploit the patches in last week’s critical vulnerability...
Expand Down
7 changes: 7 additions & 0 deletions src/sidebarBlog.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@
"path": "/blog",
"skipBreadcrumb": true,
"routes": [
{
"title": "The React Foundation: A New Home for React Hosted by the Linux Foundation",
"titleForHomepage": "The React Foundation: A New Home for React Hosted by the Linux Foundation",
"icon": "blog",
"date": "February 24, 2026",
"path": "/blog/2026/02/24/the-react-foundation"
},
{
"title": "Denial of Service and Source Code Exposure in React Server Components",
"titleForHomepage": "Additional Vulnerabilities in RSC",
Expand Down