Skip to content

Deep dive into React Fiber #106

Open
@nanyang24

Description

@nanyang24

https://nanyang.io/post/deep-dive-into-react-fiber

前端本质上是人机交互的界面层,UI 层是用户直接面对的第一要素

不同前端框架的实质是实现不同的 f ,将 state(状态)转成对应稳定的 UI

那么需要考虑如何去实现 f,不同框架虽有不同的实现路径,但目标是一致的:

  1. 设计符合框架本身处理方式的 Interface,降低心智负担(DX)
  2. 高效渲染(UX)

由于大多数屏幕的刷新率为 60Hz,因此在使用 Web....

Gitalk_https://nanyang.io/post/deep-dive-into-react-fiber

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions