@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.
7 lines • 385 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.unstable_batchedUpdates = void 0;
// @ts-ignore
const react_native_1 = require("react-native");
Object.defineProperty(exports, "unstable_batchedUpdates", { enumerable: true, get: function () { return react_native_1.unstable_batchedUpdates; } });
//# sourceMappingURL=reactBatchedUpdates.native.js.map