Overview

benefits

  • break down the UI codebase into individual, manageable files.
  • describe UI with HTML-like markup within TypeScript 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

Overview

benefits

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