Function: useAsync()
useAsync<
I,T>(params):UseAsyncResult<T>
Defined in: coreUtils/hooks.ts:166
Asynchronously loads a value by specified load function for an input dependencies.
Reloads the result when an input dependency array changes (shallow equality).
Type Parameters
| Type Parameter |
|---|
|
|
Parameters
| Parameter | Type |
|---|---|
| { |
|
|
| ( |