zanetakochanikova / xmas-countdown

0 stars 0 forks source link

moment is expensive, use pure Date #1

Open pkasarda opened 3 years ago

pkasarda commented 3 years ago

https://github.com/zanetakochanikova/xmas-countdown/blob/cc25da61201aadeb2c0c6949535cb2f4721c98be/src/App.js#L31-L32

zanetakochanikova commented 3 years ago

I first used Date, then changed to moment with no special reason. Didn't know what is better, but will from now :)