Open links in new tab
  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

    Lưu ý 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. API cũ sẽ bị xóa trong …

  3. Context – React

    주의 이전 버전의 React에 실험적인 단계의 context API가 존재한 적이 있습니다. 예전 API는 모든 16.x 버전에서 지원될 예정이지만 새로운 API로 옮길 것을 권장합니다. 다음 메이저 배포에서 예전 API는 …

  4. Context – React

    Not React daha önce deneysel bir context API ile yayınlanmıştı. Eski API tüm 16.x sürümlerinde desteklenecek ancak onu kullanan uygulamalar yeni sürüme geçmelidir. Eski sürüm API’ler …

  5. Context – React

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

  6. コンテクスト – React

    コンテクストは各階層で手動でプロパティを下に渡すことなく、コンポーネントツリー内でデータを渡す方法を提供します。 典型的な React アプリケーションでは、データは props を通してトップダ …

  7. Kontekst – React

    Kontekst umożliwia przekazywanie danych wewnątrz drzewa komponentów bez konieczności przekazywania ich przez właściwości każdego komponentu pośredniego. W typowej aplikacji …

  8. Context – React

    Cuándo usar Context Antes de usar Context API React.createContext Context.Provider Class.contextType Context.Consumer Context.displayName Ejemplos Context dinámico …

  9. Context – React

    Context راهی را برای انتقال داده در درخت کامپوننت بدون نیاز به انتقال دستی props به تمام سطح‌های پایینی فراهم می‌کند. در یک اپلیکیشن معمولی ری‌اکت، داده از طریق props از بالا به پایین (والدین به فرزند) منتقل می‌شود, اما این کار ...

  10. Contexte – React

    These docs are old and won’t be updated. Go to react.dev for the new React docs. These new documentation pages teach modern React and include live examples: Passing Data Deeply with …