react-async-states-utils
Version:
utilities for react-async-states package
13 lines (11 loc) • 763 B
JavaScript
export { FetchAsYouRenderBoundary, FetchThenRenderBoundary, RenderStrategy, RenderThenFetchBoundary, StateBoundary, useBoundary, useCurrentState } from './StateBoundary.js';
export { run, runInContext, runLane, runLaneInContext } from './run.js';
export { addBooleanStatus } from './selectors.js';
let didWarnAboutDeprecation = false;
if (!didWarnAboutDeprecation) {
didWarnAboutDeprecation = true;
console.error("[Warning] react-async-states-utils is deprecated.\n" +
"It was on top of react-async-states and you can find the latest" +
"version in this link: https://github.com/incepter/react-async-states/tree/d8317cbee86f119d9a3286d9f1ef648897a0484a/packages/react-async-states-utils/src .");
}
//# sourceMappingURL=index.js.map