> others

Reset

Created by: Kitman Yiu

Updated at: 1 day ago

  • Definition: A Fiber is an instance of a component in React, representing a unit of work in the UI.
  • Benefits: React initial rendering process, before Fibers, was based on a recursive call stack, which had limitations in handling intensive UI updates and animations.
  • Keywords: Instance of a component in React, handle complex UIs and improve performance for applications with heavy rendering tasks.