SNOW-1890299: Are there any plans to transition from Moment.js to date-fns? #995
Labels
enhancement
The issue is a request for improvement or a new feature
status-triage_done
Initial triage done, will be further handled by the driver team
Date-fns offers several advantages:
Tree-shakable modules for better bundle size optimization.
Pure functions without mutation, aligning with modern JavaScript practices.
A more modular approach to working with dates, reducing unused code in builds.
Would love to know if this transition is being considered or is in the roadmap.
The text was updated successfully, but these errors were encountered: