What is React?
React is a JavaScript library developed by Facebook for building user interfaces, especially for single-page applications.
- Allows developers to create large web apps that can change data without reloading the page.
- Uses a virtual DOM to efficiently update and render components.
- Focuses solely on the view layer of an application (MVC architecture).