mirror of
https://github.com/sorrycc/awesome-javascript.git
synced 2026-01-28 14:08:07 -08:00
Compare commits
4 Commits
a867a1e812
...
3d6c86a78d
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3d6c86a78d | ||
|
|
f54cf284aa | ||
|
|
e27b03b028 | ||
|
|
493f08159c |
@@ -6,6 +6,7 @@ A collection of awesome browser-side [JavaScript](https://developer.mozilla.org/
|
|||||||
* [Package Managers](#package-managers)
|
* [Package Managers](#package-managers)
|
||||||
* [Component management](#component-management)
|
* [Component management](#component-management)
|
||||||
* [Loaders](#loaders)
|
* [Loaders](#loaders)
|
||||||
|
* [Transpilers](#transpilers)
|
||||||
* [Bundlers](#bundlers)
|
* [Bundlers](#bundlers)
|
||||||
* [Minimizers](#minimizers)
|
* [Minimizers](#minimizers)
|
||||||
* [Type Checkers](#type-checkers)
|
* [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.
|
* [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.
|
* [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
|
## Bundlers
|
||||||
|
|
||||||
* [webpack](https://github.com/webpack/webpack) - Packs CommonJs/AMD modules for the browser.
|
* [webpack](https://github.com/webpack/webpack) - Packs CommonJs/AMD modules for the browser.
|
||||||
@@ -296,6 +302,7 @@ A collection of awesome browser-side [JavaScript](https://developer.mozilla.org/
|
|||||||
* [How JavaScript works](https://blog.sessionstack.com/tagged/tutorial) - A series of articles about the building blocks of JavaScript.
|
* [How JavaScript works](https://blog.sessionstack.com/tagged/tutorial) - A series of articles about the building blocks of JavaScript.
|
||||||
* [Multi-threading using web-workers](https://www.loginradius.com/blog/async/adding-multi-threading-to-javascript-using-web-workers/) - Web Workers: Adding Multi-threading to JavaScript
|
* [Multi-threading using web-workers](https://www.loginradius.com/blog/async/adding-multi-threading-to-javascript-using-web-workers/) - Web Workers: Adding Multi-threading to JavaScript
|
||||||
* [this keyword in JavaScript](https://www.loginradius.com/blog/async/breaking-down-this-keyword-in-javascript/) - Breaking down the 'this' keyword in JavaScript
|
* [this keyword in JavaScript](https://www.loginradius.com/blog/async/breaking-down-this-keyword-in-javascript/) - Breaking down the 'this' keyword in JavaScript
|
||||||
|
* [Javascript-vs-typescript](https://dev.to/alishaas11/javascript-vs-typescript-know-the-difference-4dg6) - JavaScript vs. TypeScript: Unraveling the Key Differences
|
||||||
|
|
||||||
## Data Visualization
|
## Data Visualization
|
||||||
*Data visualization tools for the web.*
|
*Data visualization tools for the web.*
|
||||||
@@ -712,6 +719,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.
|
* [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.
|
* [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.
|
* [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
|
## Sliders
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user