Appearance
Lifecycle
Hook that returns the state reference of the value
import { useRefState } from '@siberiacancode/reactuse';
const internalRefState = useRefState();
source
StateRef<Value>