Skip to content

规模并发问题 #18

Description

@cqh963852

以动画为例,假设页面上有一千个旋转的动画。
控制方式是通过 useEffect 每个 frame 旋转一个小角度。

对比这个场景下 react 的效果,和 reactive 的效果。

推测
reactive 与 react 可能会出现各自的问题。

  1. reactive 会因为来不及处理导致卡住。
  2. react 因为使用了 fiber 可能会导致丢帧。

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions