react-async
Version:
React component for declarative promise resolution and data fetching
9 lines (8 loc) • 334 B
JavaScript
import Async from "./Async";
export { default as Async, createInstance, } from "./Async";
export { default as useAsync, useFetch, FetchError } from "./useAsync";
export default Async;
export { StatusTypes } from "./status";
export { default as globalScope } from "./globalScope";
export * from "./helpers";
export * from "./reducer";