What React is
A library for building interfaces out of small, reusable pieces. You describe what a screen should look like for a given set of data, and React works out what to change on the page when that data changes. It's not a whole framework: it does the interface and leaves routing, data and rendering strategy to you, which is why it's usually paired with Next.js.
