What are React fibers, and how do they contribute to React’s performance?

Fibers are units of work that React uses to break down the render tree, allowing React to pause work and resume, optimizing performance with incremental rendering.