react fiber
https://github.com/acdlite/react-fiber-architecture
https://github.com/facebook/react/issues/10294
source codes
React Fiber
reconcile 调和
https://github.com/facebook/react/tree/master/packages/react-reconciler/src
https://github.com/facebook/react/blob/master/packages/react-reconciler/src/ReactFiber.new.js
https://github.com/facebook/react/blob/master/packages/react-reconciler/src/ReactChildFiber.new.js
CompositeComponent & StackFrame
/renderers/shared/reconciler/ReactCompositeComponent.js
https://github.com/facebook/react/blob/master/packages/shared/ReactComponentStackFrame.js
packages
https://github.com/facebook/react/tree/master/packages
https://github.com/facebook/react/tree/master/packages/react
https://github.com/facebook/react/tree/master/packages/react-dom
https://github.com/facebook/react/tree/master/packages/scheduler
https://github.com/facebook/react/tree/master/packages/react-fetch
https://github.com/facebook/react/blob/master/packages/react-art
blogs
https://www.freecodecamp.org/news/lets-fall-in-love-with-react-fiber-90f2e1f68ded/
https://stackoverflow.com/questions/45341423/what-is-difference-between-react-vs-react-fiber
https://giamir.com/what-is-react-fiber
https://programmingwithmosh.com/javascript/react-fiber/
https://indepth.dev/inside-fiber-in-depth-overview-of-the-new-reconciliation-algorithm-in-react/
https://juejin.im/entry/5b0245486fb9a07ac23b08ab
http://www.ayqy.net/blog/dive-into-react-fiber/
https://www.zhihu.com/question/49496872
https://www.jianshu.com/p/9b71f91a0b21