🌸
💫
Skip to content

React

React is a JavaScript library for building user interfaces, developed and maintained by Facebook.

React adopts a component-based development model, achieving efficient UI updates through the virtual DOM. It is one of the most popular front-end frameworks, with a vast ecosystem and community support.

  • Component-Based - Break UI into independent, reusable components
  • Virtual DOM - Efficient DOM update mechanism
  • Unidirectional Data Flow - Clear and predictable data flow
  • Hooks - Use state and side effects in function components
  • JSX - Declarative UI syntax