mirror of
https://github.com/sorrycc/awesome-javascript.git
synced 2026-01-24 04:08:01 -08:00
@@ -29,6 +29,7 @@ A collection of awesome browser-side JavaScript libraries, resources and shiny
|
|||||||
* [RegExp](#regexp)
|
* [RegExp](#regexp)
|
||||||
* [Media](#media)
|
* [Media](#media)
|
||||||
* [Voice Command](#voice-command)
|
* [Voice Command](#voice-command)
|
||||||
|
* [API](#api)
|
||||||
* UI
|
* UI
|
||||||
* [Loading Status](#loading-status)
|
* [Loading Status](#loading-status)
|
||||||
* [Validation](#validation)
|
* [Validation](#validation)
|
||||||
@@ -127,6 +128,7 @@ A collection of awesome browser-side JavaScript libraries, resources and shiny
|
|||||||
* [canjs](https://github.com/bitovi/canjs) - Can do JS, better, faster, easier.
|
* [canjs](https://github.com/bitovi/canjs) - Can do JS, better, faster, easier.
|
||||||
* [react](https://facebook.github.io/react/) - A library for building user interfaces. It's declarative, efficient, and extremely flexible. Works with a Virtual DOM.
|
* [react](https://facebook.github.io/react/) - A library for building user interfaces. It's declarative, efficient, and extremely flexible. Works with a Virtual DOM.
|
||||||
|
|
||||||
|
|
||||||
## Templating Engines
|
## Templating Engines
|
||||||
*Templating engines allow you to perform string interpolation.*
|
*Templating engines allow you to perform string interpolation.*
|
||||||
|
|
||||||
@@ -139,6 +141,7 @@ A collection of awesome browser-side JavaScript libraries, resources and shiny
|
|||||||
* [JavaScript-Templates](https://github.com/blueimp/JavaScript-Templates) - < 1KB lightweight, fast & powerful JavaScript templating engine with zero dependencies.
|
* [JavaScript-Templates](https://github.com/blueimp/JavaScript-Templates) - < 1KB lightweight, fast & powerful JavaScript templating engine with zero dependencies.
|
||||||
* [t.js](https://github.com/jasonmoo/t.js) - A tiny javascript templating framework in ~400 bytes gzipped.
|
* [t.js](https://github.com/jasonmoo/t.js) - A tiny javascript templating framework in ~400 bytes gzipped.
|
||||||
|
|
||||||
|
|
||||||
## Data Visualization
|
## Data Visualization
|
||||||
*Data visualization tools for the web.*
|
*Data visualization tools for the web.*
|
||||||
|
|
||||||
@@ -324,6 +327,12 @@ There're also some great commercial libraries, like [amchart](http://www.amchart
|
|||||||
* [voix.js](https://github.com/pazguille/voix) - A JavaScript library to add voice commands to your sites, apps or games.
|
* [voix.js](https://github.com/pazguille/voix) - A JavaScript library to add voice commands to your sites, apps or games.
|
||||||
|
|
||||||
|
|
||||||
|
## API
|
||||||
|
|
||||||
|
* [bottleneck](https://github.com/SGrondin/bottleneck) - A powerful rate limiter that makes throttling easy.
|
||||||
|
* [oauth-signature-js](https://github.com/bettiolo/oauth-signature-js) - JavaScript OAuth 1.0a signature generator for node and the browser.
|
||||||
|
|
||||||
|
|
||||||
## Loading Status
|
## Loading Status
|
||||||
*Libraries for indicate load status.*
|
*Libraries for indicate load status.*
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user