JavaScript’s 2024 MVPs (Most Valuable Packages)

Joseph Emswiler
5 min readNov 10, 2023
Photo by Paul Esch-Laurent on Unsplash

One of the reasons the JavaScript language has become so popular over the last decade is the thriving open-source package ecosystem. The npm Registry alone has more than two million packages! There’s truly a package for just about anything. But all these options make it tough to figure out which packages to truly master and add to your JS tool belt. If you could only master five JavaScript packages in 2024… make it these five.

Become a Medium member for only $5 a month to gain access to all my stories (and those of thousands of other writers on Medium). If you use this link, I receive a portion of your membership fee. Your support keeps me writing — thank you!

5. date-fns

date-fns is lightweight date utility library that provides an isomorphic API ready to use in the browser and Node.js. Until the new JavaScript Temporal API ships (which could be soon… 🙏) your time (pun intended) is very well spent learning to use a date utility library. Yes, I know Moment.js is more ubiquitous, but it is no longer being actively developed and even the…

--

--

Joseph Emswiler

Software engineer with experience in GovTech, FinTech, LegalTech, and HealthTech. Follow for stories about modern full stack web development.