twhite96/js-dev-reads: A list of books 📚and articles 📝 for the discerning web developer to read.
https://github.com/twhite96/js-dev-reads
https://github.com/twhite96/js-dev-reads
GitHub
GitHub - twhite96/js-dev-reads: A list of books 📚and articles 📝 for the discerning web developer to read.
A list of books 📚and articles 📝 for the discerning web developer to read. - twhite96/js-dev-reads
https://inventi.studio/en/blog/why-you-shouldnt-use-moment-js
TL;DR Too long; didn't read
Moment.js is heavy, slow, mutable and hard to debug, still yet it has some advantages. However you should consider using different library, e.g JS-Joda, Luxon, Date-Fns or Day.js, depending on your needs. And even if you decide to stick with Moment.js, be aware of few things, e.g moment(undefined) will give you valid date.
TL;DR Too long; didn't read
Moment.js is heavy, slow, mutable and hard to debug, still yet it has some advantages. However you should consider using different library, e.g JS-Joda, Luxon, Date-Fns or Day.js, depending on your needs. And even if you decide to stick with Moment.js, be aware of few things, e.g moment(undefined) will give you valid date.