React is a JavaScript library for building user interfaces with reusable components. It uses a virtual DOM to efficiently update only what changed on screen. Created by Meta, it is the most popular frontend library today.
What is React?
React is a JavaScript library for building user interfaces. Created by Facebook (Meta) in 2013, it uses a component-based architecture and a virtual DOM for efficient UI updates.
Component-based — UI split into reusable pieces
Declarative — describe what you want, React handles how