lodash
particleA modern JavaScript utility library delivering modularity, performance & extras.
A modern JavaScript utility library delivering modularity, performance & extras.
i18next is a very popular internationalization framework for browser or any other javascript environment (eg. Node.js, Deno). i18next provides: For more information visit the website: Our focus is providing the core to building a booming ecosystem. Independent of the building blocks you choose, be it react, angular or even good old jquery proper translation capabilities […]
Modern JavaScript date utility library date-fns provides the most comprehensive, yet simple and consistent toolset for manipulating JavaScript dates in a browser & Node.js It’s like Lodash for dates import { compareAsc, format } from “date-fns”; format(new Date(2014, 1, 11), “yyyy-MM-dd”); //=> ‘2014-02-11’ const dates = [ new Date(1995, 6, 2), new Date(1987, 1, 11), new Date(1989, 6, 10), ]; dates.sort(compareAsc); //=> [ […]
Next-generation ES module bundler Rollup is a module bundler for JavaScript which compiles small pieces of code into something larger and more complex, such as a library or application. It uses the standardized ES module format for code, instead of previous idiosyncratic solutions such as CommonJS and AMD. ES modules let you freely and seamlessly […]
Tiptap is the headless and open source editor framework. Integrate over 100+ extensions and paid features like collaboration and AI agents to create the UX you want
ESLint is a tool for identifying and reporting on patterns found in ECMAScript/JavaScript code. In many ways, it is similar to JSLint and JSHint with a few exceptions:
Anime.js is a fast, multipurpose and lightweight JavaScript animation library with a simple, yet powerful API.It works with CSS properties, SVG, DOM attributes and JavaScript Objects.
This package can be used to pre-compile Vue 2.0 templates into render functions to avoid runtime-compilation overhead and CSP restrictions. In most cases you should be using it with vue-loader, you will only need it separately if you are writing build tools with very specific needs.
Modular standard library for JavaScript. Includes polyfills for ECMAScript up to 2023: promises, symbols, collections, iterators, typed arrays, many other features, ECMAScript proposals, some cross-platform WHATWG / W3C features and proposals like URL. You can load only required features or use it without global namespace pollution.
Simple yet flexible JavaScript charting library for the modern web. Voorbeeld To add the Chart.js library to your plugin and create a Line Chart to compare data from different weeks, follow these steps: Here is the step-by-step implementation: Step 1: Enqueue Chart.js Library Add the following code to enqueue the Chart.js library in your plugin’s […]