Compare commits

...

4 Commits

Author SHA1 Message Date
Farhan Ghumra
ebbb086d6a Merge 9b7fb5029b into f54cf284aa 2023-07-05 02:29:57 -07:00
Carlos Fernandez Cabrero
f54cf284aa Added new transpilers section and links. (#807)
* Added new category and suggestion as example

* Added reference in content list

* Update README.md

---------

Co-authored-by: Gökay Gürcan <github@gokaygurcan.com>
2023-06-22 11:28:54 +02:00
imxaander
e27b03b028 added toastify-js. (#859) 2023-06-21 04:26:55 +02:00
Farhan Ghumra
9b7fb5029b Add Plottable 2022-10-03 19:21:50 +05:30

View File

@@ -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