UNPKG

use-async-effekt-hooks

Version:

React hooks for async effects and memoization with proper dependency tracking and linting support

4 lines (3 loc) 161 B
export { useAsyncEffekt } from './useAsyncEffekt'; export { useAsyncMemo } from './useAsyncMemo'; export { useAsyncMemoSuspense } from './useAsyncMemoSuspense';