useAsyncEffect
useEffect support async function.
Overview
useEffect support async function.
Installation
Open inpnpm dlx shadcn@latest add https://shadcn-ahooks.vercel.app/r/useAsyncEffect.jsonnpx shadcn@latest add https://shadcn-ahooks.vercel.app/r/useAsyncEffect.jsonyarn shadcn@latest add https://shadcn-ahooks.vercel.app/r/useAsyncEffect.jsonbun shadcn@latest add https://shadcn-ahooks.vercel.app/r/useAsyncEffect.jsonuseEffect support async function.
代码演示
Default usage
Break off
API
function useAsyncEffect(
effect: () => AsyncGenerator | Promise,
deps: DependencyList
);