Examples from captain-hook
useFetch
This dataset is fetched with captain-hooks useFetch hook. It uses useState and useEffect.
undefined
useFullScreen
Click the button to enter full screen mode. This hook uses useState, useEffect and useRef
useToggle
This hook toggles. It uses useState and useCallback.