💡 10개의 실전형 Hooks 만들기!
| Hook | Description |
| useTitle | Update your document's title |
| useConfirmation | Prompt a confirmation before executing a function |
| useHover | Detect a hover on any React Element |
| useBeforeLeave | Execute a function when the mouse leaves the document |
| useNetwork | Listen when the user goes online or offline |
| useScroll | Get X/Y coordinates of current position of the scroll |
| usePreventLeave | Prompt the user for confirmation before leaving the page |
| useFadeIn | Fade in any element |
| useFullscreen | Make any element go Fullscreen |