Overview

benefits

  • divide the UI codebase into individual components.
  • combine HTML-like syntax and Javascript into a single file (JSX/TSX).
  • consume components provided by third-party libraries.
  • entrust React to manage the DOM and keep it in sync with the data and state.
earlymorning logo

© 2025 - All rights reserved

Overview

benefits

  • divide the UI codebase into individual components.
  • combine HTML-like syntax and Javascript into a single file (JSX/TSX).
  • consume components provided by third-party libraries.
  • entrust React to manage the DOM and keep it in sync with the data and state.