rooks

Aboutβ
Standalone build for all rooks. This package contains all the hooks built as part of the rooks project.
Note: If you only need a few hooks from the rooks package, it's prefereable to install individiual hooks from npm instead of the standalone rooks build. In other words, install @rooks/useDidMount
instead of rooks
if you only need the useDidMount
functionality.
Installationβ
npm i - s rooks
Import any hook from "rooks" and start using them!
import { useDidMount } from "rooks";
Usageβ
function App() {
useDidMount(() => {
alert("mounted");
});
return (
<div className="App">
<h1>Hello CodeSandbox</h1>
<h2>Start editing to see some magic happen!</h2>
</div>
);
}
Licenseβ
MIT
Join Bhargav's discord serverβ
You can click on the floating discord icon at the bottom right of the screen and talk to us in our server.