Snippets
Simple and short solutions that can be copied and pasted.
| Name | Description | Last updated |
| useMeasure | Measure an elements position and size. | Sep 4, 2022 |
| useIsTouchDevice | Check if the user is on a touch device or not. | Jun 5, 2022 |
| useFetch | Simple hook to do simple fetching | May 14, 2022 |
| useFontsLoaded | Check when font files has been loaded | April 28, 2022 |
| useInView | Short hook to know when an element is in view or not | April 22, 2022 |
| useWindowSize | Returns the size of the window (on load and resize) | Nov 9, 2021 |