Software Alternatives & Reviews

21 Popular JavaScript Libraries Every Web Developer Should Know

Vue.js Underscore.js Three.js Socket.io Lo-Dash jQuery Chartist.js React with pre-made components ember.js
  1. 1
    Reactive Components for Modern Web Interfaces
    Pricing:
    • Open Source
    Very similar to React, Vue is a front-end framework used to create single-paged applications with the popular component-based architecture. The upside with using Vue is that you write smaller amount to code compared to other UI libraries. Vue JS is growing stronger by the day, and is getting adopted at a quick rate.

    #Front-End Frameworks #Javascript UI Libraries #JS Library 341 social mentions

  2. Underscore is a utility-belt library for JavaScript that provides a lot of the functional...
    Pricing:
    • Open Source
    Underscore is a lower level JavaScript library. Lower level in that it’s very close to vanilla JavaScript. All it does is provide you with some helpers and tools to create web applications faster.

    #Development Tools #Javascript UI Libraries #JavaScript Framework 19 social mentions

  3. A JavaScript 3D library which makes WebGL simpler.
    Pricing:
    • Open Source
    Aha! Something to make some cool, eye-catching stuff. Three js is an immensely popular JavaScript 3D library for creating visual effects on your website. It is a great option for those looking to create 3D visualizations without the need for heavy-duty game engines.

    #Javascript UI Libraries #Flowcharts #Org Charts 229 social mentions

  4. Realtime application framework (Node.JS server)
    Pricing:
    • Open Source
    You should know that by default, the connection between the browser and web server is closed once the server responds with data. So how do you keep the connection open so data can seamlessly flow bi-directionally without having to make new requests in the process? Socket.io, based on web sockets, is a JavaScript libabry which enables event-based two-way communication between the browser and the web server. It utilizes a node.js server. Https://socket.io/.

    #Developer Tools #App Development #Mobile Push Messaging 717 social mentions

  5. 5
    M

    Modernizr

    This product hasn't been added to SaaSHub yet
    Modernizr is a libary of tests. Features like CSS transform, web sockets, CSS transitions and animations can be tested on the browser using special properties from Modernizr. There are over 260 features which can be tested using this utility.

  6. Lo-Dash is a drop-in replacement for Underscore.
    Pricing:
    • Open Source
    When you think of this library, you think of utilities. Lodash is an immensely useful library which contains and provides utility functions which you call into your code to perform a specific task. Saving your time you would have wasted in writing it yourself.

    #Development Tools #Javascript UI Libraries #JavaScript Framework 84 social mentions

  7. 7
    The Write Less, Do More, JavaScript Library.
    Pricing:
    • Open Source
    jQuery is one of the oldest yet most popular JavaScript libraries still in existence. You’ve probably already heard of the DOM, which stands for Document Object Model. Jquery is perfect and quite reputed for manipulating the DOM. You can also dothings like HTML events, animations and effects, CSS manipulation, and AJAX calls.

    #Development Tools #UI #Software Libraries 87 social mentions

  8. Chartist.JS - simple responsive charts.
    Ah, here is something for the data analysts! Chartist is a nice JavaScript library for creating simple, responsive and customizable charts for your website. Chartist uses SVG to render them; hence, your charts can also obey custom CSS rules.

    #Charting Libraries #Data Visualization #Javascript UI Libraries 12 social mentions

  9. React can also act as a "widget toolkit" by using pre-made React components. http://react-components.com/
    Pricing:
    • Open Source
    This is probably the one you were all waiting for. React is one of the most popular JavaScript library in existence. You see those similar and cool looking buttons, or perhaps those nice looking navigation bars, or some cool modals you just can’t stop marvelling at? Chances are they were all made with React. React is a component-based UI library which allows you create reusable UI elements (components) for your website. It is used by many companies, including Facebook, of course.

    #Javascript UI Libraries #JavaScript Framework #Front-End Frameworks 30 social mentions

  10. A JavaScript framework for creating ambitious web apps
    Pricing:
    • Open Source
    Ember is a powerful JavaScript framework which helps developer to create websites without having to worry about the nitty-gritty of the process. It includes everything you need to create rich UIs and combine them to form a powerful and highly scalable website.

    #Javascript UI Libraries #JS Library #JavaScript Framework 27 social mentions

  11. 11
    D3.js is a JavaScript library for manipulating documents based on data. D3 helps you bring data to life using HTML, SVG, and CSS.
    Pricing:
    • Open Source
    D3.js is a JavaScript library for manipulating documents based on the nature of data received. It stands for “Data Driven Documents”, which kind of explains its task. The library uses pre-built functions to select DOM elements, create SVG objects, style them and add transitions and other effects. These objects can also be styled using pure CSS.

    #Javascript UI Libraries #Charting Libraries #Data Visualization 159 social mentions

  12. AngularJS lets you extend HTML vocabulary for your application. The resulting environment is extraordinarily expressive, readable, and quick to develop.
    Angular is one of the oldest JavaScript libraries till date. Wait, Angular is actually a Framework, not a Library. It allows you create single-paged, client-side web applications. Angular is written in TypeScript and backed by Google. Some of the popular companies who use Angular are Google (obviously), PayPal and iTunes.

    #Javascript UI Libraries #JS Library #Front-End Frameworks 47 social mentions

Discuss: 21 Popular JavaScript Libraries Every Web Developer Should Know

Log in or Post with