freiksenet / react-calendar

A modular toolkit to build calendar-related things in React
http://freiksenet.github.io/react-calendar/
MIT License
249 stars 46 forks source link

date-fns instead of moment #39

Closed OlivierCo closed 7 years ago

OlivierCo commented 7 years ago

date-fns provide a beautiful interface, no need to import all the library just function you need.

I personally switched to date-fns over moment. moment was far too cumbersome for any kind of project.

this is more an advice than whatever, but I will not use your comp just because of that.

lolJS commented 7 years ago

I'm working on a rewrite using date-fns 🍻