What is React?
0:13
React is an open-source JavaScript library developed by Meta for building user interfaces, especially single-page applications. It lets developers create reusable UI components and efficiently update the view when data changes using a virtual DOM.