hooks-kit
Version:
A collection of modern, useful and server-safe React hooks
18 lines (14 loc) • 1.07 kB
Markdown
# hooks-kit
A collection of modern, useful and server-safe React hooks
## References
- [uidotdev/usehooks](https://github.com/uidotdev/usehooks)
- [react/hooks](https://react.dev/reference/react/hooks)
- [theomoura/use-device-react](https://github.com/theomoura/use-device-react)
- [React Today and Tomorrow and 90% Cleaner React With Hooks](https://www.youtube.com/watch?v=dpw9EHDh2bM&t=3602s)
- [Creating .d.ts Files from .js files](https://www.typescriptlang.org/docs/handbook/declaration-files/dts-from-js.html)
- [usehooks-ts/useToggle](https://usehooks-ts.com/react-hook/use-toggle)
- [package/debounce](https://www.npmjs.com/package/debounce)
- [Battery Status API - W3C Editor's Draft 24 October 2024](https://w3c.github.io/battery/#dom-navigator-getbattery)
- [Navigator: getBattery() method](https://developer.mozilla.org/en-US/docs/Web/API/Navigator/getBattery)
- [Fix Tailwind CSS Intellisense in VS Code (CDN Users)](https://www.youtube.com/watch?v=fODz-vDkEac)
- [Deploying Vite Apps to GitHub Pages](https://vite.dev/guide/static-deploy.html#github-pages)