|
| 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. |
0 commit comments