Appearance
Lifecycle
Hook that returns true if the component is first render
import { useIsFirstRender } from '@siberiacancode/reactuse';
const isFirstRender = useIsFirstRender();
source
boolean