Goodme Frontend Team
Dec 25, 2023 · Frontend Development
How Component vs Function Calls Change React's Fiber Tree and Diff Process
This article explains the three key differences between using a custom React component as a JSX element versus calling it as a plain function, covering extra Fiber node creation, distinct execution timing, and how the diff algorithm treats the resulting nodes.
Component vs FunctionDiff AlgorithmFiber
0 likes · 11 min read
