weixin_39573822 2020-11-22 04:14
浏览 0

[v2] new implementation with useMutableSource

  • separate proxy-compare as a dependency
  • new implementation with useMutableSource in the RFC
  • in TypeScript

Check list: - [x] implementation - [x] readme - [ ] docs - [ ] consider mode=0 by default (breaking change in behavior) - [ ] rename to createTrackedContext (or not?) - [ ] better to use batchedUpdates?

该提问来源于开源项目:dai-shi/react-tracked

  • 写回答

10条回答 默认 最新

  • weixin_39573822 2020-11-22 04:14
    关注

    There's still something I would like to investigate. Currently, it's failing "check 3" in https://github.com/dai-shi/will-this-react-global-state-work-in-concurrent-mode, because render interruptions take more time (avg 800ms > 300ms).

    评论

报告相同问题?