Reading ReactAboutAboutContact ↗Contact ↗ (opens in a new tab)
GitHubGitHub (opens in a new tab)DiscordDiscord (opens in a new tab)
  • Introduction
    • React API
    • React Children
    • React Data Structure
    • React Element
    • Calculate Expirationtime
    • React Dom Render
    • Set State & Force Update
    • Begin Work
      • Mount Inderterminate Component
      • Mount Lazy Component
      • Udpate Fragment
      • Update Class Component
      • Update Context Consumer
      • Update Context Provider
      • Update Forward Ref
      • Update Functional Component
      • Update Host Component
      • Update Host Root
      • Update Host Text
      • Update Mode
      • Update Portal Component
      • Update Profiler
      • Update Suspense Component
    • Global Variables
    • Perform Unit of Work
    • Perform Work
    • React Scheduler
    • Reconcile Children
      • Reconcile Children Array
      • Reconcile Single Element
    • Render Root
      • Throw Exception
    • Schedule Work
    • Commit All Host Effects
      • Commit Deletion
      • Commit Placement
      • Commit Work
    • Commit All Lifecycle
    • Commit before Mutation Lifecycles
    • Commit Root
    • Invoke Guarded Callback
    • Context
    • Create Event Target
    • Dispatch Event
    • Event Binding
    • Event Plugin Injection
    • Hydrate
    • Lazy Component
    • Ref
    • Suspense
    • Suspense Component
    • A Start
    • General Apis
    • Other API
    • Use Effect
    • Use State
Question? Give us feedback → (opens in a new tab)Edit this page
Phase of Commit
Commit All Host Effects

commitAllHostEffects

Schedule WorkCommit Deletion

Reading React - zmzlois

Translated from Analysing React Source Code