Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider alternatives to moment #502

Open
MatthewGidcomb opened this issue Jun 2, 2024 · 0 comments
Open

Consider alternatives to moment #502

MatthewGidcomb opened this issue Jun 2, 2024 · 0 comments
Assignees
Labels
discovery research a topic and determine if stories or projects should be created

Comments

@MatthewGidcomb
Copy link
Member

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:

@MatthewGidcomb MatthewGidcomb added the discovery research a topic and determine if stories or projects should be created label Jun 2, 2024
@MatthewGidcomb MatthewGidcomb self-assigned this Jun 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
discovery research a topic and determine if stories or projects should be created
Projects
None yet
Development

No branches or pull requests

1 participant