mirror of
https://github.com/sorrycc/awesome-javascript.git
synced 2026-01-28 14:08:07 -08:00
Compare commits
4 Commits
74da463042
...
ebbb086d6a
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ebbb086d6a | ||
|
|
f54cf284aa | ||
|
|
e27b03b028 | ||
|
|
9b7fb5029b |
@@ -6,6 +6,7 @@ A collection of awesome browser-side [JavaScript](https://developer.mozilla.org/
|
||||
* [Package Managers](#package-managers)
|
||||
* [Component management](#component-management)
|
||||
* [Loaders](#loaders)
|
||||
* [Transpilers](#transpilers)
|
||||
* [Bundlers](#bundlers)
|
||||
* [Minimizers](#minimizers)
|
||||
* [Type Checkers](#type-checkers)
|
||||
@@ -114,6 +115,11 @@ A collection of awesome browser-side [JavaScript](https://developer.mozilla.org/
|
||||
* [ESL](https://github.com/ecomfe/esl) - Module loader browser first, support lazy define and AMD.
|
||||
* [modulejs](https://github.com/lrsjng/modulejs) - Lightweight JavaScript module system.
|
||||
|
||||
## Transpilers
|
||||
*Software that converts the modern JavaScript syntax into the older JavaScript syntax.*
|
||||
|
||||
* [SWC](https://swc.rs/) - Extensible Rust-based platform for compilation.
|
||||
|
||||
## Bundlers
|
||||
|
||||
* [webpack](https://github.com/webpack/webpack) - Packs CommonJs/AMD modules for the browser.
|
||||
@@ -345,6 +351,8 @@ A collection of awesome browser-side [JavaScript](https://developer.mozilla.org/
|
||||
* [cola.js](https://ialab.it.monash.edu/webcola/) - library for arranging your HTML5 documents and diagrams using constraint-based optimization techniques
|
||||
* [jointjs](https://github.com/clientIO/joint) - Diagramming library to create static diagrams or fully interactive diagramming tools.
|
||||
* [vizzu](https://github.com/vizzuhq/vizzu-lib) - Library for animated data visualizations and data stories.
|
||||
* [Plottable](https://github.com/palantir/plottable) - Plottable is a library of chart components for creating flexible, custom charts for websites. It is built on top of D3.js and provides higher-level pieces, like plots, gridlines, and axes.
|
||||
|
||||
|
||||
There're also some great commercial libraries, like [amchart](https://www.amcharts.com/), [anychart](https://www.anychart.com/), [plotly](https://plotly.com/), and [lightning chart](https://www.arction.com/lightningchart-js/).
|
||||
|
||||
@@ -712,6 +720,7 @@ There're also some great commercial libraries, like [amchart](https://www.amchar
|
||||
* [smoke.js](https://github.com/hxgf/smoke.js) - Framework-agnostic styled alert system for JavaScript.
|
||||
* [notie](https://github.com/jaredreich/notie) - Simple notifications and inputs with no dependencies.
|
||||
* [notifire](https://github.com/notifirehq/notifire) - Open-source notification infrastructure for products.
|
||||
* [toastify-js](https://github.com/apvarun/toastify-js) - Pure JavaScript library for better notification messages.
|
||||
|
||||
## Sliders
|
||||
|
||||
|
||||
Reference in New Issue
Block a user