DEV Community

Discussion on: The Frontend Hitchhiker's Guide: 3rd Party Code

Collapse
 
ryanroat profile image
Ryan Roat

Hi, great series. I just wanted to note on the 3rd-party info, Moment.js is in maintenance only mode. As the devs say on the following page, "We now generally consider Moment to be a legacy project in maintenance mode. It is not dead, but it is indeed done." momentjs.com/docs/#/-project-status/

The devs have a detailed explanation and recommendations for alternate packages to use going forward.

Collapse
 
goldfinger profile image
Caleb

I was going to reply with the same thing. The one piece I would add is that Date-FNS is a great replacement to Moment. It is lightweight and you can include only single pieces that you need, not the whole entire package on the component.

date-fns.org/