You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey Taym, yeah that one or Luxon (made by the creator of Moment), or date-fns. date-fns seems very interesting because it doesn't wrap the new Date() class, it just makes it easy for you to do calculations with it (lodash but for dates). Not wrapping the date class enhances flexibility.
Moment is a pretty huge dependency and I don't even like the API. In the past few months a lot of alternatives have popped up. Needs research.
The text was updated successfully, but these errors were encountered: