This article has multiple issues. Please help improve it or discuss these issues on the talk page. (Learn how and when to remove these messages)
|
Original author(s) | Jordan Walke |
---|---|
Developer(s) | Meta and community |
Initial release | May 29, 2013[1] |
Stable release(s) | |
18.3.1[2]
/ 26 April 2024 | |
Preview release(s) | |
19.0.0-rc.1
/ November 14, 2024[3] | |
Repository | |
Written in | JavaScript |
Platform | Web platform |
Type | JavaScript library |
License | MIT License |
Website | react |
React (also known as React.js or ReactJS) is a free and open-source front-end JavaScript library[4][5] that aims to make building user interfaces based on components more "seamless".[4] It is maintained by Meta (formerly Facebook) and a community of individual developers and companies.[6][7][8]
React can be used to develop single-page, mobile, or server-rendered applications with frameworks like Next.js. 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.[9][10] 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. It was first launched on 29 May 2013.[11]
{{cite web}}
: Missing or empty |title=
(help)