This PR removes the largest dependency (moment) for the much smaller date-fns lib (74% smaller).
Not does this only decreases the bundle size of the whole project, since moments makes up 90% of this library dependencies, date-fns is also immutable which reduces possible errors.
This PR removes the largest dependency (moment) for the much smaller date-fns lib (74% smaller).
Not does this only decreases the bundle size of the whole project, since moments makes up 90% of this library dependencies, date-fns is also immutable which reduces possible errors.
I hope you like it.