Tarjima qoshish uchun havola boyicha o'tib Pull Request oching (havolaga o'tish).
Standart til uchun tarkibni ko'rsatadi.
import { useProvidedScope } from "effector-react";
Low-level React Hook, which returns current Scope from Provider.
The useProvidedScope
hook is a low-level API for library developers and is not intended to be used in production code directly.
For production effector-react
usage, see the useUnit
hook.
Methods
useProvidedScope()
Formulae
useProvidedScope(): Scope | null
Returns
(Scope | null
) — if no Scope provided, returns null
.
Examples
This hook can be used in library internals to handle various edge-cases, where createWatch
and scopeBind
APIs are also needed.
For production code usage, see the useUnit
hook instead.
const useCustomLibraryInternals = () => {
const scope = useProvidedScope();
// ...
};
Ingliz tilidagi hujjatlar eng dolzarb hisoblanadi, chunki u effector guruhi tomonidan yozilgan va yangilanadi. Hujjatlarni boshqa tillarga tarjima qilish jamiyat tomonidan kuch va istaklar mavjud bo'lganda amalga oshiriladi.
Esda tutingki, tarjima qilingan maqolalar yangilanmasligi mumkin, shuning uchun eng aniq va dolzarb ma'lumot uchun hujjatlarning asl inglizcha versiyasidan foydalanishni tavsiya etamiz.