React is a js library(not a framework) to build interfaces. It is declarative, we can describe user interfaces by telling React what we want, not telling how to do it.
It is a simple function, receive input and returns output. The input can be props or state.