react-timer-hook icon indicating copy to clipboard operation
react-timer-hook copied to clipboard

Please support returning miliseconds

Open baseplate-admin opened this issue 2 years ago • 9 comments

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

baseplate-admin avatar Jul 01 '22 03:07 baseplate-admin

+1

yasircodingcrafts avatar Aug 03 '22 16:08 yasircodingcrafts

Any plans with this one?

COValhalla avatar Sep 19 '22 17:09 COValhalla

+1

nfrederick023 avatar Apr 23 '23 00:04 nfrederick023

+1

ardamoin avatar Jul 16 '23 16:07 ardamoin

You could also multiply the seconds value by 1000, or?

jimghg avatar Sep 15 '23 11:09 jimghg

You could also multiply the seconds value by 1000, or?

We lose precision.

baseplate-admin avatar Sep 15 '23 12:09 baseplate-admin

Do use https://usehooks-ts.com/react-hook/use-countdown instead.

loicraux avatar Oct 25 '23 13:10 loicraux

Do use https://usehooks-ts.com/react-hook/use-countdown instead.

Or maybe easyTimer.js

baseplate-admin avatar Oct 25 '23 14:10 baseplate-admin

+1

liho00 avatar Oct 28 '23 04:10 liho00