UNPKG

react-use-resource

Version:

Convert a promise returning function into a suspense compatible resource.

5 lines (4 loc) 202 B
export { Resource } from './resource'; export { ResourcesBoundary } from './resources-boundary'; export { useResource } from './use-resource'; export { useLazyResource } from './use-lazy-resource';