UNPKG

react-async

Version:

React component for declarative promise resolution and data fetching

5 lines 204 B
import Async from "./Async.js"; export { createInstance } from "./Async.js"; export { default as useAsync, useFetch } from "./useAsync.js"; export default Async; export { statusTypes } from "./status.js";