React·100 questions

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?

More questions in this topic

Related questions from other topics