-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
useCountdown Hook #70
base: master
Are you sure you want to change the base?
Conversation
@ndresx Do you have any plan to release this? I'm having problems to use the
Thanks. |
@SalahAdDin I have, but I am still working and tweaking some things. I have posted a possible solution into the other issue thread, please take a look at the provided code there; I hope it helps! |
👍 |
# Conflicts: # package.json # src/Countdown.test.tsx # src/Countdown.tsx
@ndresx Any plan on this to merged in master so we can use it in react-native as well. |
@kishoretankhupp Yes, but it, unfortunately, might still take a bit until then. I hope I can wrap it up soon though! |
@ndresx We are still waiting for this. |
Changelog
>= 16.8.0
for Hook supportchildren
prop in favor of therenderer
prop<span />
output for React Native compatibility (results in removedclassName
support)Enhancements
useCountdown
Hook 🎣pure
prop for better clarity of prop changesmilliseconds
to time delta information