DEV Community

Discussion on: Day 1 - Moment.js vs JS Date

Collapse
 
christiankozalla profile image
Christian Kozalla

Nice one!
I once used moment, too. But then switched to 'date-fns' when I heard how much moment increases bundle size. Don't know if this is still the case, but I really can recommend 'date-fns'
I'm excited to read about your next projects 👍

Collapse
 
jameshubert_com profile image
James Hubert

date-fns is recommended these days because of its size like you said, but Moment.js is still so widely used it's good to know it.