Version: v4.4.0use-interval-whenAbout#Sets an interval immediately when a condition is trueInstallation#npm install --save @rooks/use-interval-whenCopyImporting the hook#import useIntervalWhen from "@rooks/use-interval-when"CopyUsage#function Demo() { useIntervalWhen(()=>{ console.log("runs every 2 seconds") }, 2000); return null} render(<Demo/>)CopyCodesandbox Examples#Basic Usage#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.