What is React and what problems does it solve?
Answer
•React is a UI library.
•Solves the problem of declarative interface description.
•UI = function of state.
•Simplifies component composition.
•Works well with the ecosystem (Router, state, build).
Was this answer helpful?