react-use-count-down icon indicating copy to clipboard operation
react-use-count-down copied to clipboard

Dead simple yet powerful countdown hook for React.

Results 19 react-use-count-down issues
Sort by recently updated
recently updated
newest added

Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.4.0 to 1.4.2. Release notes Sourced from loader-utils's releases. v1.4.2 1.4.2 (2022-11-11) Bug Fixes ReDoS problem (#226) (17cbf8f) v1.4.1 1.4.1 (2022-11-07) Bug Fixes security problem (#220) (4504e34)...

dependencies

If the countdown starts on a tab and you switch to another in the browser, it stops counting. This behaviour is seen on chrome. I tried it also in edge,...

Bumps [moment](https://github.com/moment/moment) from 2.29.1 to 2.29.4. Changelog Sourced from moment's changelog. 2.29.4 Release Jul 6, 2022 #6015 [bugfix] Fix ReDoS in preprocessRFC2822 regex 2.29.3 Full changelog Release Apr 17, 2022...

dependencies

Bumps [shell-quote](https://github.com/substack/node-shell-quote) from 1.7.2 to 1.7.3. Changelog Sourced from shell-quote's changelog. 1.7.3 Fix a security issue where the regex for windows drive letters allowed some shell meta-characters to escape the...

dependencies

`const [timeLeft, setTimeLeft] = React.useState(0);` Here,initial state should not be '0',use the argus 'timeToCount' is more better. cause ,'0' is the mark of the beginning and the end,Can cause initialization...

Bumps [async](https://github.com/caolan/async) from 3.2.0 to 3.2.3. Changelog Sourced from async's changelog. v3.2.3 Fix bugs in comment parsing in autoInject. (#1767, #1780) v3.2.2 Fix potential prototype pollution exploit v3.2.1 Use queueMicrotask...

dependencies

Bumps [tar](https://github.com/npm/node-tar) from 4.4.8 to 4.4.19. Commits 9a6faa0 4.4.19 70ef812 drop dirCache for symlink on all platforms 3e35515 4.4.18 52b09e3 fix: prevent path escape using drive-relative paths bb93ba2 fix: reserve...

dependencies

Bumps [ws](https://github.com/websockets/ws) from 5.2.2 to 5.2.3. Release notes Sourced from ws's releases. 5.2.3 Bug fixes Backported 00c425ec to the 5.x release line (76d47c14). Commits 6dd88e7 [dist] 5.2.3 76d47c1 [security] Fix...

dependencies

Great hook and clean. Could we return some indicators that state when the counter is running or is paused?

how to find that timer is completed. I havent found any way.Please suggest How can i get that countdown is completed