React の this の反応 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.
彼らはどのような規則を参照していますか? これらのルールはどこで読めますか?
これは、Googleが提供する最も近いものです:
https://facebook.github.io/react/docs/top-level-api.html
ルールはここのどこかにありますか?
それともこれですか?