React is a JavaScript library for building user interfaces, created by Meta (Facebook) in 2013. It uses a component-based architecture and a virtual DOM to efficiently update the UI.
React focuses only on the view layer, making it flexible and easy to integrate with other libraries. It is one of the most popular front-end tools in the world.