infinite-industries / infinite

MIT License
5 stars 3 forks source link

Consider alternatives to moment #502

Open MatthewGidcomb opened 5 months ago

MatthewGidcomb commented 5 months ago

moment isn't exactly deprecated, but its own maintainers actively recommend against using it in new projects. It's a notoriously large package and doesn't support tree shaking.

We probably can't get away with just using the new Intl APIs, because we need not just formatting (and timezone-dependent, at that!), but there are "modern" Moment alternatives that we could consider: