有没有办法从内部访问组件中的React树? 例如,当我使用React-devtool扩展时,我能够沿着React树导航。是否可以从组件代码中进行此类导航以了解其下方的所有内容?
我知道有关孩子的信息,但是当父母组件只是呈现子组件时它就不起作用,即在 render() {
<Child1 />
}
组件中我有类似的东西
Child1
然后在 render() {
<Child2 />
}
组件中
Parent
等
我想知道Child1
下面有Child2
,然后是this._reactInternalInstance._instance._renderedComponent._currentElement
。
我看过Parent
,我可以看到,例如,Child1
呈现Child1
。但是由此我无法进一步了解sudo npm install gulp -g
呈现的内容。