Skip to content

Commit 68ff8c8

Browse files
Add blog post: Launching the React Foundation (#8318)
1 parent c2aa350 commit 68ff8c8

File tree

7 files changed

+80
-0
lines changed

7 files changed

+80
-0
lines changed
171 KB
Loading
88.5 KB
Loading
155 KB
Loading
71 KB
Loading
Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
---
2+
title: "The React Foundation: A New Home for React Hosted by the Linux Foundation"
3+
author: Matt Carroll
4+
date: 2026/02/24
5+
description: The React Foundation has officially launched, hosted by the Linux Foundation.
6+
---
7+
8+
February 24, 2026 by [Matt Carroll](https://x.com/mattcarrollcode)
9+
10+
---
11+
12+
<div style={{display: 'flex', justifyContent: 'center', marginBottom: '1rem', marginLeft: '7rem', marginRight: '7rem' }}>
13+
<picture >
14+
<source srcset="/images/blog/react-foundation/react_foundation_logo.png" />
15+
<img className="w-full light-image" src="/images/blog/react-foundation/react_foundation_logo.webp" />
16+
</picture>
17+
<picture >
18+
<source srcset="/images/blog/react-foundation/react_foundation_logo_dark.png" />
19+
<img className="w-full dark-image" src="/images/blog/react-foundation/react_foundation_logo_dark.webp" />
20+
</picture>
21+
</div>
22+
23+
<Intro>
24+
25+
The React Foundation has officially launched, hosted by the Linux Foundation.
26+
27+
</Intro>
28+
29+
---
30+
31+
[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.
32+
33+
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).
34+
35+
### Founding Members {/*founding-members*/}
36+
37+
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.
38+
39+
<div style={{display: 'flex', justifyContent: 'center', margin: '2rem'}}>
40+
<picture >
41+
<source srcset="/images/blog/react-foundation/react_foundation_member_logos_updated.png" />
42+
<img className="w-full light-image" src="/images/blog/react-foundation/react_foundation_member_logos_updated.webp" />
43+
</picture>
44+
<picture >
45+
<source srcset="/images/blog/react-foundation/react_foundation_member_logos_dark_updated.png" />
46+
<img className="w-full dark-image" src="/images/blog/react-foundation/react_foundation_member_logos_dark_updated.webp" />
47+
</picture>
48+
</div>
49+
50+
### New Provisional Leadership Council {/*new-provisional-leadership-council*/}
51+
52+
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.
53+
54+
### Next Steps {/*next-steps*/}
55+
56+
There is still work to do to complete the transition. In the coming months we will be:
57+
58+
* Finalizing the technical governance structure for React
59+
* Transferring repositories, websites, and other infrastructure to the React Foundation
60+
* Exploring programs to support the React ecosystem
61+
* Kicking off planning for the next React Conf
62+
63+
We will share updates as this work progresses.
64+
65+
### Thank You {/*thank-you*/}
66+
67+
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.

src/content/blog/index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ You can also follow the [@react.dev](https://bsky.app/profile/react.dev) account
1212

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

15+
<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">
16+
17+
The React Foundation has officially launched under the Linux Foundation.
18+
19+
</BlogCard>
20+
1521
<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">
1622

1723
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...

src/sidebarBlog.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,13 @@
1111
"path": "/blog",
1212
"skipBreadcrumb": true,
1313
"routes": [
14+
{
15+
"title": "The React Foundation: A New Home for React Hosted by the Linux Foundation",
16+
"titleForHomepage": "The React Foundation: A New Home for React Hosted by the Linux Foundation",
17+
"icon": "blog",
18+
"date": "February 24, 2026",
19+
"path": "/blog/2026/02/24/the-react-foundation"
20+
},
1421
{
1522
"title": "Denial of Service and Source Code Exposure in React Server Components",
1623
"titleForHomepage": "Additional Vulnerabilities in RSC",

0 commit comments

Comments
 (0)