DEV Community

Discussion on: Optimize your Front End Applications by migrating from Moment to Dayjs

Collapse
 
pankajpatel profile image
Pankaj Patel

Yes, initially we wanted to adopt date-fns but could not move in that direction as moment's code was everywhere and we didn't want to revamp all the logic which was using moment.

Whereas in dayjs, the differences in the API were very minimal which reduced the fiction to write dayjs code instead of moment.

date-fns is great but for faster optimization and least effort, we chose dayjs

Collapse
 
daviddalbusco profile image
David Dal Busco

A really interesting feedback, thank you for sharing the experience 😃