Skip to content

ASmooshCast

smooshCast: React Fiber Deep Dive With Dan Abramov

  • It looks really intimidating!
  • Is the font-size good?

alternative fiber

The draft of fiber that can be mutated (They never mutate the current fiber). // Memorized component will not be copied, just be refrenced directly

Root fiber: point to the current fiber tree.

SmooshMode

Skip over the 'div' fibers and only render the other tags.

  • The Begin work is the descending tree traversal
  • The Complete work is the ascending tree traversal