React 的 this 的 react api 规则是什么?
我问这个是因为我试图理解这段代码:
写在哪里:
* Here we break React's `this` into tiny little bits, then stitch them together to use type-safety to enforce the
* rules documented in the React API.
他们指的是什么样的规则?我在哪里可以阅读这些规则?
这是谷歌给出的最接近的东西:
https://facebook.github.io/react/docs/top-level-api.html
这里有规则吗?
还是这个?