UNPKG

@mittwald/react-use-promise

Version:

Simple and declarative use of Promises in your React components. Observe their state and refresh them in various advanced ways.

7 lines (6 loc) 278 B
export * from "./resource/refresh.js"; export * from "./use-promise/usePromise.js"; export * from "./resource/getAsyncResource.js"; export * from "./resource/AsyncResource.js"; export * from "./resource/resourceify.js"; export { asyncResourceStore } from "./resource/store.js";