-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fiber架构 #29
Comments
官方回答Fiber
|
React中的三种组件:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
React - Basic Theoretical Concepts -- sebmarkbage
React Fiber架构
What is React Fiber ?
Cooperative Scheduling of Background Tasks
Fiber Principles: Contributing To Fiber
The how and why on React’s usage of linked list in Fiber to walk the component’s tree
W3C Cooperative Scheduling of Background Tasks
React Fiber单向链表架构
stack reconciler利用系统调用栈
stack reconciler -> 系统调用栈
fiber reconciler -> 人工栈
React两(x)三(/)大主题?:
VDOM的内容会被及时sync同步到 real dom上的哦, 通过renderer, 实际的DOM的状态同步commit阶段
强制立即任务 > 动画(掉帧敏感) > 用户交互 > 网络 > 离屏界面事务
react-dom模块? 适用于浏览器端进行渲染React应用的渲染方案
The text was updated successfully, but these errors were encountered: