weixin_39844549 2020-11-29 15:58
浏览 0

update to React16.0.0

Ref: https://github.com/facebook/react/issues/9103

该提问来源于开源项目:raphamorim/react-tv

  • 写回答

5条回答 默认 最新

  • weixin_39844549 2020-11-29 15:58
    关注

    The Reconciler API for the current targeted revision is available at: https://github.com/facebook/react/blob/ca4325e3eff16b86879188eb996ebcc9a933336a/src/renderers/shared/fiber/ReactFiberReconciler.js#L48-L104

    A renderer is the public interface to a React reconciler. With Fiber you create a reconciler by calling ReactFiberReconciler with a HostConfig object.

    All types for creating a react reconciler are manually extracted into ../react-types for the current revision (16.0.0-alpha.3).

    评论

报告相同问题?