some-handy-hooks
TypeScript icon, indicating that this package has built-in type declarations

2.0.5 • Public • Published

npm npm bundle size Build Status codecov dependabot badge semantic-release Commitizen friendly

some-handy-hooks

Bunch of handy hooks for your react application!

yarn add some-handy-hooks
 
# or with npm 
 
npm install some-handy-hooks --save

useCountdown() hook

Creates a countdown with 1 sec interval, that will return on each render complete set of time variables as well as total time elapsed + onFinish callback can be passed to handle the logic.

import { useCountdown } from 'some-handy-hooks'
 
const { seconds, minutes, totalSeconds } = useCountdown({minutes: 20})
 

/some-handy-hooks/

    Package Sidebar

    Install

    npm i some-handy-hooks

    Weekly Downloads

    138

    Version

    2.0.5

    License

    MIT

    Unpacked Size

    9.81 kB

    Total Files

    12

    Last publish

    Collaborators

    • monkey3310