Skip to content

6thfdwp/react-reconciler-exp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Focus on learning how reconciler works, compare two main reconciling algorithms: stack reconciler and fiber reconciler, how they transform the element object tree (as input) to another internal representation used for rendering UI.

Fiber implementation also demonstrates the simple scheduling to split traversal across different call stack frames, avoid blocking UI thread. It's like building a linked list incrementally and do DOM operations in one commit.

inspired by https://github.com/pomber/didact and Facebook implementation notes for stack reconciler

About

Learn and compare two main reconciling algorithms

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published