React

The library for building user interfaces

  • React is a JavaScript library for building user interfaces
  • It provides way to compose user interfaces using reusable components
  • It is used with ReactDOM to render the components on the web
  • It uses JSX, a syntax extension for JavaScript, to write the components