Home > @lynx-js/react > useEffect
useEffect() function
Accepts a function that contains imperative, possibly effectful code. The effects run after main thread dom update without blocking it.
Signature:
Parameters
Returns:
void
Home > @lynx-js/react > useEffect
Accepts a function that contains imperative, possibly effectful code. The effects run after main thread dom update without blocking it.
Signature:
Returns:
void