| Courses Others | Locality Ahmedabad |
| Online class available Online class available available |
For the open-source mobile application framework, see React Native.
React
React-icon.svg
Original author(s) Jordan Walke
Developer(s) Meta and community
Initial release May 29, 2013; 9 years ago[1]
Stable release
18.2.0[2] Edit this on Wikidata / 14 June 2022; 5 months ago
Repository
github.com/facebook/react Edit this at Wikidata
Written in JavaScript
Platform Web platform
Type JavaScript library
License MIT License
Website reactjs.org
React (also known as React.js or ReactJS) is a free and open-source front-end JavaScript library[3] for building user interfaces based on UI components. It is maintained by Meta (formerly Facebook) and a community of individual developers and companies.[4][5][6] React can be used as a base in the development of single-page, mobile, or server-rendered applications with frameworks like Next.js. However, React is only concerned with state management and rendering that state to the DOM, so creating React applications usually requires the use of additional libraries for routing, as well as certain client-side functionality.[7][8]