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
{{ message }}
This repository was archived by the owner on Jun 19, 2026. It is now read-only.
Please describe the feature you would like to request.
Remove the moment.js library requirement. Allow usage of different datetime library, if necessary.
What is the use-case or motivation for this proposal?
Moment.js is a great library, but it has some problems, one of them being too huge. There are other libraries, like dayjs or date-fns that address moment.js issues and preserve pretty much the same API. See https://github.com/you-dont-need/You-Dont-Need-Momentjs
Please describe the feature you would like to request.
Remove the moment.js library requirement. Allow usage of different datetime library, if necessary.
What is the use-case or motivation for this proposal?
Moment.js is a great library, but it has some problems, one of them being too huge. There are other libraries, like dayjs or date-fns that address moment.js issues and preserve pretty much the same API. See https://github.com/you-dont-need/You-Dont-Need-Momentjs
Is there anything else I should know?