JavaScript frameworks: comparing the latest tools and libraries

This page summarizes the projects mentioned and recommended in the original post on dev.to

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • webpack

    A bundler for javascript and friends. Packs many modules into a few bundled assets. Code Splitting allows for loading parts of the application on demand. Through "loaders", modules can be CommonJs, AMD, ES6 modules, CSS, Images, JSON, Coffeescript, LESS, ... and your custom stuff.

    Webpack is a module bundler that enables developers to bundle JavaScript files for usage in a browser.

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • Rollup

    Next-generation ES module bundler

    Rollup is a module bundler for JavaScript that focuses on ES modules and is particularly good for library development.

  • ramda

    :ram: Practical functional Javascript

    Ramda is a functional programming library for JavaScript that emphasizes a functional style and immutability.

  • Playwright

    Playwright is a framework for Web Testing and Automation. It allows testing Chromium, Firefox and WebKit with a single API.

    Playwright is a testing library that allows developers to automate browser interactions for end-to-end testing.

  • lodash

    A modern JavaScript utility library delivering modularity, performance, & extras.

    Lodash is a utility library that provides helpful functions for common programming tasks such as manipulating arrays, objects, and strings.

  • jQuery

    jQuery JavaScript Library

    jQuery is a fast, small, and feature-rich JavaScript library that simplifies HTML document traversal and manipulation.

  • gulp

    A toolkit to automate & enhance your workflow

    Gulp is a task runner that automates repetitive tasks in the development workflow.

  • Ember.js

    Ember.js - A JavaScript framework for creating ambitious web applications

    Ember.js is an opinionated framework for building ambitious web applications. It emphasizes convention over configuration.

  • d3

    Bring data to life with SVG, Canvas and HTML. :bar_chart::chart_with_upwards_trend::tada:

    D3.js Documentation

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Top 20 Frontend Interview Questions With Answers

    7 projects | dev.to | 3 Feb 2024
  • 5 Different Tools to Bundle Node.js Apps

    8 projects | dev.to | 13 Jun 2023
  • Getting Tailwind to Work with Elm Book

    12 projects | dev.to | 28 Nov 2022
  • How to build tree-shakeable JavaScript libraries

    7 projects | dev.to | 14 Sep 2022
  • Using Chart.js plugins with webpack

    6 projects | dev.to | 3 Jul 2022