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.

3 lines (2 loc) 90 B
export type Observer<T> = (newValue: T) => void; export type UnbindObserver = () => void;