Choosing Appropriate Libraries
Learn about the different factors that we need to consider when selecting libraries for our applications.
We'll cover the following
In modern web development, it’s very easy to find libraries for many different things. Do we need a nice-looking, custom select component with accessibility support? Or maybe a toggle switch? Head to npm, and there will be a package for that. When asked for the most well-known date manipulation library for JavaScript, many developers would probably answer that it’s moment.js.
The moment.js library
Get hands-on with 1400+ tech skills courses.