Ref: https://github.com/facebook/react/issues/9103
该提问来源于开源项目:raphamorim/react-tv
Ref: https://github.com/facebook/react/issues/9103
该提问来源于开源项目:raphamorim/react-tv
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).