mirror of
https://github.com/sorrycc/awesome-javascript.git
synced 2026-01-23 19:58:01 -08:00
add control flow
This commit is contained in:
10
README.md
10
README.md
@@ -18,8 +18,7 @@ A curated list of amazingly awesome browser-side JavaScript libraries, resources
|
|||||||
* [Color](#color)
|
* [Color](#color)
|
||||||
* [I18n And L10n](#i18n-and-l10n)
|
* [I18n And L10n](#i18n-and-l10n)
|
||||||
* [Class](#class)
|
* [Class](#class)
|
||||||
* Event
|
* [Control Flow](#control-flow)
|
||||||
* Control Flow
|
|
||||||
* UI
|
* UI
|
||||||
* [Loading Status](#loading-status)
|
* [Loading Status](#loading-status)
|
||||||
* Validation
|
* Validation
|
||||||
@@ -208,6 +207,13 @@ There're also some great commercial libraries, like [amchart](http://www.amchart
|
|||||||
* [augment](https://github.com/javascript/augment) - The world's smallest and fastest classical JavaScript inheritance pattern.
|
* [augment](https://github.com/javascript/augment) - The world's smallest and fastest classical JavaScript inheritance pattern.
|
||||||
|
|
||||||
|
|
||||||
|
## Control Flow
|
||||||
|
|
||||||
|
* [async](https://github.com/caolan/async) - Async utilities for node and the browser.
|
||||||
|
* [q](https://github.com/kriskowal/q) - A tool for making and composing asynchronous promises in JavaScript.
|
||||||
|
* [step](https://github.com/creationix/step/) - An async control-flow library that makes stepping through logic easy.
|
||||||
|
|
||||||
|
|
||||||
## Loading Status
|
## Loading Status
|
||||||
*Libraries for indicate load status.*
|
*Libraries for indicate load status.*
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user