10 Useful Javascript Libraries

10 Useful Javascript Libraries

The most commonly used libraries have rich communities and forums where you can find help get started with that particular library.

JavaScript is one of the most popular programming languages on the web. A JavaScript library is a library of pre-written JavaScript which allows easier access throughout the development of your website or application. For example, you can include a copy of Google’s hosted jQuery library by using the following snippet.

Usage

To Include a Library in your application you simply add a

<script>Your Code here</script> Below example

<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js"></script>
  • jQuery: A fast, small, and feature-rich JavaScript library.
  • BackBoneJS: Give your JS app some backbone with models, views, collections, & events.
  • D3.js: A JavaScript library for manipulating documents based on data.
  • React: Facebook's JavaScript library developed for building user interfaces.
  • jQuery UI: A curated set of user interface interactions, effects, widgets, and themes.
  • jQuery Mobile: HTML5-based user interface system designed to make responsive web sites.
  • Underscore.js: Functional programming helpers without extending any built-in objects.
  • Moment.js: Parse, validate, manipulate, and display dates in JavaScript.
  • Lodash: A modern utility library delivering modularity, performance, & extras.
  • Vue.js: An open source JavaScript framework used for building user interfaces