you-dont-need / You-Dont-Need-Momentjs

List of functions which you can use to replace moment.js + ESLint Plugin
MIT License
13.28k stars 319 forks source link

Sometimes there is no alternative to Moment.js #105

Open Wernfried opened 3 years ago

Wernfried commented 3 years ago

Moment.js can be still a useful (and perhaps even the only) library.

JavaScript is a widely used language, not only used by web-browsers. Most alternative libraries require access to the internet in order to connect to the IANA timezone database and/or rely on Intl Object.

When you use for example mongo shell then

I am really happy that moment.js is still maintained. So far I did not find any suitable alternative library.

Jogai commented 3 years ago

According to their own docs, the maintenance is minimal: https://momentjs.com/docs/ (I would have called it life-support)