React

Frameworks

The component model shared by every web and mobile client.

A library for building interfaces from composable components, which re-renders from state instead of manipulating the DOM directly.

How we use it

The interface layer across web and mobile. Components that only read data render on the server; only the ones that hold state or handle events reach the browser.

19

Version

13

systems