React (software)

React
Original authorJordan Walke
DevelopersMeta and community
Initial releaseMay 29, 2013 (2013-05-29)
Stable release(s)
19.2.3  / 11 December 2025 (11 December 2025)
Preview release(s)
19.0.0-rc.1 / November 14, 2024 (2024-11-14)
Written inJavaScript
PlatformWeb platform
TypeJavaScript library
LicenseMIT License
Websitehttps://react.dev/
Repository

React (also known as React.js or ReactJS) is a free and open-source front-end JavaScript library that aims to make building user interfaces based on components more "seamless". It is maintained by Meta (formerly Facebook) and a community of individual developers and companies. According to the 2025 Stack Overflow Developer Survey, React is one of the most commonly used web technologies.

React can be used to develop single-page, mobile, or server-rendered applications with frameworks like Next.js and React Router. Because React is only concerned with the user interface and rendering components to the DOM, React applications often rely on libraries for routing and other client-side functionality. A key advantage of React is that it only re-renders those parts of the page that have changed, avoiding unnecessary re-rendering of unchanged DOM elements. React is used by an estimated 6% of all websites.