Since moment.js is not really developed further (see https://momentjs.com/docs/#/-project-status/) I wonder whether there are plans to replace moment with an actively developed and maybe more modern alternative? On the moment.js website they e.g. mention date-fns https://date-fns.org/. This seems like a nice library, should be tree-shakeable, and especially the immutability of the date objects might help writing clean code.
Any plans and opinions?
Since moment.js is not really developed further (see https://momentjs.com/docs/#/-project-status/) I wonder whether there are plans to replace moment with an actively developed and maybe more modern alternative? On the moment.js website they e.g. mention date-fns https://date-fns.org/. This seems like a nice library, should be tree-shakeable, and especially the immutability of the date objects might help writing clean code.
Any plans and opinions?