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.

4 lines 230 B
import { notifyManager } from "@tanstack/query-core"; import { unstable_batchedUpdates } from "./reactBatchedUpdates.js"; notifyManager.setBatchNotifyFunction(unstable_batchedUpdates); //# sourceMappingURL=setBatchUpdatesFn.js.map