@preact-signals/query
Version:
A reactive utility for React/Preact that simplifies the handling of data fetching and state management. Powered by Preact Signals, it provides hooks and functions to create reactive resources and manage their state seamlessly.
5 lines • 296 B
JavaScript
// Temporary workaround due to an issue with react-native uSES - https://github.com/TanStack/query/pull/3601
// @ts-ignore
import { useSyncExternalStore } from "use-sync-external-store/shim/index.native.js";
export { useSyncExternalStore };
//# sourceMappingURL=useSyncExternalStore.native.js.map