Overview

benefits

  • divide up the UI codebase into individual, manageable components and files.
  • describe the UI with HTML-like markup within Javascript files (JSX/TSX).
  • import and consume third-party components.
  • entrust React to manage the DOM and keep it synced with data and state.
earlymorning logo

© 2025 - All rights reserved

Overview

benefits

  • divide up the UI codebase into individual, manageable components and files.
  • describe the UI with HTML-like markup within Javascript files (JSX/TSX).
  • import and consume third-party components.
  • entrust React to manage the DOM and keep it synced with data and state.