@dilawchaybi/usehooks
v1.0.7
Published
React hooks
Downloads
2
Readme
A collection of modern, server-safe React hooks – by Chaybi Walid
This a collection of 10 useful react custom hooks. I hope you find it helpful.
Installation
- npm i @dilawchaybi/usehooks
How to use it
Example of useDocumentTitle
import { useDocumentTitle } from "@uidotdev/usehooks";
const [count, setCount] = React.useState(0);
useDocumentTitle( {count} times.);
you can find the detailed explaination and how to use each of the hooks in my website Chaybi Walid useHooks
🫶 Support
Liked it? You can show your support with a STAR(⭐).
Happy Coding!
Chaybi Walid