-
On React’s usage of linked list in Fiber to walk the component’s tree
On React’s usage of linked list in Fiber to walk the component’s tree
Fiber is the newest implementation of change dectection.
Besides solving real problems of application developers, the internal implementation of these mechanisms has a wide appeal from the engineering perspective. There’s such a wealth of knowledge in the sources that will help us grow as developers.
Appears in lists (1)
More like this (3)
-
A deep dive into React Fiber internals - LogRocket Blog
A Deep Dive Into React Fiber Internals — A simultaneously in-depth but easily accessible introduction to...
-
Build your own React
Build your own React We are going to rewrite React from scratch. Step by step. Following...