react-timer-hook
react-timer-hook copied to clipboard
Please support returning miliseconds
Hi there,
I have run into a use case where i need the miliseconds value from the useTimer
hook.
Is it possible to add this to the core library ? ( or i might take a jab at this myself )
Thanks :D
+1
Any plans with this one?
+1
+1
You could also multiply the seconds
value by 1000
, or?
You could also multiply the
seconds
value by1000
, or?
We lose precision.
Do use https://usehooks-ts.com/react-hook/use-countdown instead.
+1