What's the difference between a fiber node and fiber in React?

41 Views Asked by At

I'm beginning to grasp the concepts around React's fiber architecture and the data structures that it uses.

But I keep seeing the phrases "fiber node" and "fiber" used interchangeably and also sometimes referring to different concepts.

Are these referring to the exact same thing or slight differences in the representational data structures that are being used in the algorithm? Thanks!

0

There are 0 best solutions below