UNPKG

@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.

3 lines (2 loc) 142 B
import { useSyncExternalStore as uSES } from "use-sync-external-store/shim/index.js"; export declare const useSyncExternalStore: typeof uSES;