Skip to content

Commit d9e3504

Browse files
Add React Foundation blog post (#8057)
1 parent 2495353 commit d9e3504

11 files changed

+80
-0
lines changed
291 KB
Loading
130 KB
Loading
292 KB
Loading
122 KB
Loading
121 KB
Loading
51.7 KB
Loading
126 KB
Loading
51.3 KB
Loading
Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
---
2+
title: "Introducing the React Foundation"
3+
author: Seth Webster, Matt Carroll, Joe Savona
4+
date: 2025/10/07
5+
description: Today, we're announcing our plans to create the React Foundation a new technical governance structure
6+
---
7+
8+
October 7, 2025 by [Seth Webster](https://x.com/sethwebster), [Matt Carroll](https://x.com/mattcarrollcode), [Joe Savona](https://x.com/en_JS), [Sophie Alpert](https://x.com/sophiebits)
9+
10+
---
11+
12+
13+
<div style={{display: 'flex', justifyContent: 'center', marginBottom: '1rem', marginLeft: '7rem', marginRight: '7rem' }}>
14+
<picture >
15+
<source srcset="/images/blog/react-foundation/react_foundation_logo.png" />
16+
<img className="w-full light-image" src="/images/blog/react-foundation/react_foundation_logo.webp" />
17+
</picture>
18+
<picture >
19+
<source srcset="/images/blog/react-foundation/react_foundation_logo_dark.png" />
20+
<img className="w-full dark-image" src="/images/blog/react-foundation/react_foundation_logo_dark.webp" />
21+
</picture>
22+
</div>
23+
24+
<Intro>
25+
26+
Today, we're announcing our plans to create the React Foundation and a new technical governance structure.
27+
28+
</Intro>
29+
30+
---
31+
32+
We open sourced React over a decade ago to help developers build great user experiences. From its earliest days, React has received substantial contributions from contributors outside of Meta. Over time, the number of contributors and the scope of their contributions has grown significantly. What started out as a tool developed for Meta has expanded into a project that spans multiple companies with regular contributions from across the ecosystem. React has outgrown the confines of any one company.
33+
34+
To better serve the React community, we are announcing our plans to move React and React Native from Meta to a new React Foundation. As a part of this change, we will also be implementing a new independent technical governance structure. We believe these changes will enable us to give React ecosystem projects more resources.
35+
36+
## The React Foundation {/*the-react-foundation*/}
37+
38+
We will make the React Foundation the new home for React, React Native, and some supporting projects like JSX. The React Foundation’s mission will be to support the React community and ecosystem. Once implemented, the React Foundation will
39+
40+
* Maintain React’s infrastructure like GitHub, CI, and trademarks
41+
* Organize React Conf
42+
* Create initiatives to support the React ecosystem like financial support of ecosystem projects, issuing grants, and creating programs
43+
44+
The React Foundation will be governed by a board of directors, with Seth Webster serving as the executive director. This board will direct funds and resources to support React’s development, community, and ecosystem. We believe that this is the best structure to ensure that the React Foundation is vendor-neutral and reflects the best interests of the community.
45+
46+
The founding corporate members of the React Foundation will be Amazon, Callstack, Expo, Meta, Microsoft, Software Mansion, and Vercel. These companies have had a major impact on the React and React Native ecosystems and we are grateful for their support. We are excited to welcome even more members in the future.
47+
48+
<div style={{display: 'flex', justifyContent: 'center', margin: '2rem'}}>
49+
<picture >
50+
<source srcset="/images/blog/react-foundation/react_foundation_member_logos.png" />
51+
<img className="w-full light-image" src="/images/blog/react-foundation/react_foundation_member_logos.webp" />
52+
</picture>
53+
<picture >
54+
<source srcset="/images/blog/react-foundation/react_foundation_member_logos_dark.png" />
55+
<img className="w-full dark-image" src="/images/blog/react-foundation/react_foundation_member_logos_dark.webp" />
56+
</picture>
57+
</div>
58+
59+
## React’s technical governance {/*reacts-technical-governance*/}
60+
61+
We believe that React's technical direction should be set by the people who contribute to and maintain React. As React moves to a foundation, it is important that no single company or organization is overrepresented. To achieve this, we plan to define a new technical governance structure for React that is independent from the React Foundation.
62+
63+
As a part of creating React’s new technical governance structure we will reach out to the community for feedback. Once finalized, we will share details in a future post.
64+
65+
## Thank you {/*thank-you*/}
66+
67+
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="Introducing the React Foundation" date="October 7, 2025" url="/blog/2025/10/07/introducing-the-react-foundation">
16+
17+
Today, we're announcing our plans to create the React Foundation and a new technical governance structure ...
18+
19+
</BlogCard>
20+
1521
<BlogCard title="React 19.2" date="October 1, 2025" url="/blog/2025/10/01/react-19-2">
1622

1723
React 19.2 adds new features like Activity, React Performance Tracks, useEffectEvent, and more. In this post ...

0 commit comments

Comments
 (0)