mirror of
https://github.com/sorrycc/awesome-javascript.git
synced 2026-01-28 14:08:07 -08:00
Compare commits
6 Commits
faf54ea78e
...
112f6a4acd
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
112f6a4acd | ||
|
|
f54cf284aa | ||
|
|
e27b03b028 | ||
|
|
8ab8200fc1 | ||
|
|
b1b02c095f | ||
|
|
65ff5b8f4b |
@@ -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.
|
||||
@@ -465,6 +471,7 @@ There're also some great commercial libraries, like [amchart](https://www.amchar
|
||||
* [map-countdown](https://github.com/dawidjaniga/map-countdown) - A browser countdown built on top of the Google Maps.
|
||||
* [dayjs](https://github.com/iamkun/dayjs) - Day.js 2KB immutable date library alternative to Moment.js with the same modern API.
|
||||
* [luxon](https://github.com/moment/luxon) - Luxon is a library for working with dates and times in JavaScript.
|
||||
* [moment-immutable](https://github.com/smartin85/moment-immutable) - Make moment.js immutable.
|
||||
|
||||
## String
|
||||
*String Libraries.*
|
||||
@@ -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.
|
||||
* [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