Add React Foundation blog post (#8057)

This commit is contained in:
Matt Carroll
2025-10-07 10:09:43 -07:00
committed by GitHub
parent 249535378a
commit d9e35047ab
11 changed files with 80 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 291 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 130 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 292 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 122 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 121 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 126 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 51 KiB

View File

@@ -0,0 +1,67 @@
---
title: "Introducing the React Foundation"
author: Seth Webster, Matt Carroll, Joe Savona
date: 2025/10/07
description: Today, we're announcing our plans to create the React Foundation a new technical governance structure
---
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)
---
<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>
Today, we're announcing our plans to create the React Foundation and a new technical governance structure.
</Intro>
---
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.
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.
## The React Foundation {/*the-react-foundation*/}
We will make the React Foundation the new home for React, React Native, and some supporting projects like JSX. The React Foundations mission will be to support the React community and ecosystem. Once implemented, the React Foundation will
* Maintain Reacts infrastructure like GitHub, CI, and trademarks
* Organize React Conf
* Create initiatives to support the React ecosystem like financial support of ecosystem projects, issuing grants, and creating programs
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 Reacts 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.
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.
<div style={{display: 'flex', justifyContent: 'center', margin: '2rem'}}>
<picture >
<source srcset="/images/blog/react-foundation/react_foundation_member_logos.png" />
<img className="w-full light-image" src="/images/blog/react-foundation/react_foundation_member_logos.webp" />
</picture>
<picture >
<source srcset="/images/blog/react-foundation/react_foundation_member_logos_dark.png" />
<img className="w-full dark-image" src="/images/blog/react-foundation/react_foundation_member_logos_dark.webp" />
</picture>
</div>
## Reacts technical governance {/*reacts-technical-governance*/}
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.
As a part of creating Reacts new technical governance structure we will reach out to the community for feedback. Once finalized, we will share details in a future post.
## Thank you {/*thank-you*/}
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 Reacts new technical governance will ensure that Reacts future is secure for years to come.

View File

@@ -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="Introducing the React Foundation" date="October 7, 2025" url="/blog/2025/10/07/introducing-the-react-foundation">
Today, we're announcing our plans to create the React Foundation and a new technical governance structure ...
</BlogCard>
<BlogCard title="React 19.2" date="October 1, 2025" url="/blog/2025/10/01/react-19-2">
React 19.2 adds new features like Activity, React Performance Tracks, useEffectEvent, and more. In this post ...

View File

@@ -11,6 +11,13 @@
"path": "/blog",
"skipBreadcrumb": true,
"routes": [
{
"title": "Introducing the React Foundation",
"titleForHomepage": "Introducing the React Foundation",
"icon": "blog",
"date": "October 7, 2025",
"path": "/blog/2025/10/07/introducing-the-react-foundation"
},
{
"title": "React Labs: View Transitions, Activity, and more",
"titleForHomepage": "View Transitions and Activity",