narze / react-useless

Monorepo for react hooks, mostly useless btw
https://react-useless.vercel.app
53 stars 81 forks source link

useCountdown(<number>) #114

Closed narze closed 1 year ago

narze commented 1 year ago

returns a current number counting down to 0 but it won't reach zero

5 > 4 > 3 > 2 > 1 > 0.9 > 0.8 > ... > 0.1 > 0.09 > 0.08 > ...

kaiwanyawit-chawankul commented 1 year ago

I will take it!😆