约 535 个结果
在新选项卡中打开链接
  1. Context – React

    React previously shipped with an experimental context API. The old API will be supported in all 16.x releases, but applications using it should migrate to the new version.

  2. Context – React

    React vừa mang đến một context API thử nghiệm. API cũ sẽ hỗ trợ trong tất cả phiên bản 16.x, nhưng những ứng dụng sử dụng nó nên nâng cấp lên phiên bản mới hơn.

  3. Context – React

    Context está diseñado para compartir datos que pueden considerarse “globales” para un árbol de componentes en React, como el usuario autenticado actual, el tema o el idioma preferido.

  4. Context – React

    先前 React 使用实验性的 context API 运行,旧的 API 将会在所有 16.x 版本中得到支持,但用到它的应用应该迁移到新版本。 过时的 API 将在未来的 React 版本中被移除。

  5. Hooks API Reference – React

    This example is modified for hooks from a previous example in the Context Advanced Guide, where you can find more information about when and how to use Context.

  6. Context - React

    이 API를 사용하면 하나의 context만 구독할 수 있습니다. 여러 context를 구독하기 위해서는 여러 context 구독하기 를 참조하세요.

  7. Contexte – React

    React fournissait auparavant une API de contextes expérimentale. L’ancienne API restera prise en charge par toutes les versions 16.x, mais les applications qui l’utilisent devraient migrer vers la …

  8. Контекст – React

    Каждый объект Context используется вместе с Provider компонентом, который позволяет дочерним компонентам, использующим этот контекст, подписаться на его изменения.

  9. Legacy Context – React

    React has an API to update context, but it is fundamentally broken and you should not use it. The getChildContext function will be called when the state or props changes.

  10. Context – React

    Versões anteriores do React foram disponibilizadas com uma versão experimental do context API. Esta versão antiga da API será suportada em todas versões 16.x lançadas mas, aplicações utilizando …