-
Notifications
You must be signed in to change notification settings - Fork 382
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
Swap momentjs for another date-io compatible library #3022
Comments
Hi @adamcarr, We are using the moment.js library inside our core package for complex calculations. Unfortunately, it's not possible to change this library. I assigned an Can I ask you about what scheduler component your team will prefer and why? This information will help us to become better. |
We are going to use the React Scheduler in @devexpress/dx-react-scheduler. We will likely use many of the plugins already available as well. We are building a meeting booking system across multiple user accounts and this control greatly simplifies the amount of work we need to do. The question about moment.js is around trying to optimize our package payload and up until now we have been able to avoid moment.js. |
Thank you for the clarification. |
Hi there, since moment is now kind of deprecated, maybe this issue should be reconsidered. |
I'm using ...
Description
We are looking to start using React Scheduler and it has a direct dependency on momentjs which we are trying to avoid due to performance and package bloat. Your dependency on momentjs seems to be via date-io which is an abstraction that may allow swapping out to other libraries. Is this something you currently support or are considering supporting in the future?
Environment
The text was updated successfully, but these errors were encountered: