标签: reactjs
在React的源代码中,在ReactCurrentOwner.js中我找到了这个:
var ReactCurrentOwner = { /** * @internal * @type {ReactComponent} */ current: (null: null | ReactInstance | Fiber), };
这里发生了什么?我不知道如何开始理解当前值的语法。
答案 0 :(得分:1)
简短的回答是,它使用flowtype来描述当前为null