icykoneko / ff14-fish-tracker-app

FF14 Fish Tracker App
https://ff14fish.carbuncleplushy.com
MIT License
61 stars 21 forks source link

Replace Moment.js with Luxon #75

Closed icykoneko closed 2 years ago

icykoneko commented 3 years ago

Moment.js is no longer being maintained, and we already know it's very slow. Seeing how the entire app makes heavy use of dates, we need to be using a performant library. Luxon seems to be the obvious successor to Moment and should provide all the necessary features, include intervals which Moment.Twix was providing.

This change potentially eliminates the need for dateFns.

icykoneko commented 2 years ago

Based on the progress of #76, and given how heavy the Luxon API is, I'm canceling this issue. Everything Moment/Luxon is doing I am able to do in some way with date-fns, plus a little extra code.