-
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
-
Rollup is a module bundler for JavaScript that focuses on ES modules and is particularly good for library development.
-
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 is a utility library that provides helpful functions for common programming tasks such as manipulating arrays, objects, and strings.
-
jQuery is a fast, small, and feature-rich JavaScript library that simplifies HTML document traversal and manipulation.
-
Gulp is a task runner that automates repetitive tasks in the development workflow.
-
Ember.js is an opinionated framework for building ambitious web applications. It emphasizes convention over configuration.
-
D3.js Documentation