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!