2024年12月30日

React Fiberについて知った単語

FIBER AS A DATA STRUCTURE

  • Fiber Node
    • tag
    • type
    • props
    • startNode
  • double burrering
  • Fiber Reconcilation
    • Rendering Phase(beginWork, completeWork)
    • Commit Phase(commitRoot)

参照

React Fiber現状確認