1 / 7

What are five of the most useful Javascript libraries that you use as a Javascript developer.

In this PPT you are going to know about the five most useful Javascript libraries that you use as a Javascript developer.<br><br>https://nareshit.com/javascript-online-training/

Download Presentation

What are five of the most useful Javascript libraries that you use as a Javascript developer.

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. What are five of the most useful Javascript libraries that you use as a Javascript developer?

  2. Moment.js • Moment.js for handling time including human-readable time in different languages. Example, a notification is timestamped and moment.js can show it as « Il y a quelques minutes » — “a few minutes ago” because it recognizes time relative to now, and can say it in the user’s language. It also helps for formatting dates such as Dec. 10, 2017 instead of the ambiguous 12/10/17 (outside the US this is October 12, 2017)

  3. Lodash • Lodash (underscore) for helpful utility methods. Instead of reinventing the wheel on how to iterate through an array of objects efficiently, trust those who have fine-tuned these methods.

  4. Validator • Validator for email password strength and other validations. Instead of trying to anticipate all the cases that would make an email invalid, or a password not very secure, use a library that is tested by time and experience.

  5. React • React for rendering code and templates together. This may not qualify as a JavaScript library, but it is by far the most useful tool I have discovered since JQuery. I’m sure Vue.js or some other, similar libraries are equally impressive, but I can attest to the power of React. It’s one of those things that makes you wonder how we did things before (much like how JQuery once felt)

  6. Node / npm • Node / npm for javascript on the server and for installing dependencies. Not a library, but a tool for installing libraries and wring JavaScript on the server. Express would be a useful Node.js library.

  7. Meet the Experts : • https://nareshit.com/javascript-online-training/

More Related