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.

6 lines 208 B
export * from "./react-query/index.js"; export * from "./types.js"; export * from "./useInfiniteQuery$.js"; export * from "./useQuery$.js"; export * from "./useMutation$.js"; //# sourceMappingURL=index.js.map