Skip to content

Commit ccc98cb

Browse files
Add blog post: Launching the React Foundation
1 parent c2aa350 commit ccc98cb

File tree

7 files changed

+71
-0
lines changed

7 files changed

+71
-0
lines changed
171 KB
Loading
88.5 KB
Loading
155 KB
Loading
71 KB
Loading
Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
---
2+
title: "Launching the React Foundation"
3+
author: Matt Carroll
4+
date: 2026/02/24
5+
description: The React Foundation has officially launched
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.
26+
27+
</Intro>
28+
29+
---
30+
31+
React was open sourced over a decade ago. Since then, it has grown far beyond any single company, with contributors across the ecosystem shaping both React and React Native. [In October](/blog/2025/10/07/introducing-the-react-foundation) we announced our plans to create the React Foundation. Today, we're excited to announce that the React Foundation has been formed as a new home for React, React Native, and supporting projects like JSX. The foundation will:
32+
33+
* Maintain React's infrastructure including GitHub, CI, and trademarks
34+
* Organize React Conf
35+
* Support the React ecosystem through financial support, grants, and programs
36+
37+
### Foundation Governance {/*foundation-governance*/}
38+
39+
The React Foundation is governed by a board of directors, with [Seth Webster](https://sethwebster.com/) serving as executive director. The board of directors consists of representatives from each member: **Amazon**, **Callstack**, **Expo**, **Huawei**, **Meta**, **Microsoft**, **Software Mansion**, and **Vercel**.
40+
41+
<div style={{display: 'flex', justifyContent: 'center', margin: '2rem'}}>
42+
<picture >
43+
<source srcset="/images/blog/react-foundation/react_foundation_member_logos_updated.png" />
44+
<img className="w-full light-image" src="/images/blog/react-foundation/react_foundation_member_logos_updated.webp" />
45+
</picture>
46+
<picture >
47+
<source srcset="/images/blog/react-foundation/react_foundation_member_logos_dark_updated.png" />
48+
<img className="w-full dark-image" src="/images/blog/react-foundation/react_foundation_member_logos_dark_updated.webp" />
49+
</picture>
50+
</div>
51+
52+
### Technical Governance {/*technical-governance*/}
53+
54+
React's technical direction will be set by the people who contribute to and maintain React, independent from the foundation board. We have formed a provisional leadership council to determine this governance structure. We will share an update on technical governance in the coming months.
55+
56+
### Thank you {/*thank-you*/}
57+
58+
React’s incredible growth is thanks to the thousands of people, companies, and projects that have shaped React. The creation of the React Foundation is a testament to the strength and vibrancy of the React community. Together, the React Foundation and React’s new technical governance will ensure that React’s future is secure for years to come.

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="Launching the React Foundation" date="February 24, 2026" url="/blog/2026/02/24/launching-the-react-foundation">
16+
17+
The React Foundation has officially launched under the Linux Foundation, with eight Platinum founding members and a provisional leadership council for technical governance.
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": "Launching the React Foundation",
16+
"titleForHomepage": "Launching the React Foundation",
17+
"icon": "blog",
18+
"date": "February 24, 2026",
19+
"path": "/blog/2026/02/24/launching-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)