Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个子组件位于父组件内。父组件有一些信息,比如我,这些信息会根据用户操作不断变化。在子组件中,我有一个按钮,我想根据 I 的当前值更改此按钮的状态。
在 scalajs-react/React 中的惯用方式是什么?
通过 props 传递它并可选地Reusability用于防止子组件不必要地重新渲染过于频繁。
Reusability