mirror of
https://github.com/sorrycc/awesome-javascript.git
synced 2025-12-08 20:13:04 +00:00
add control flow
This commit is contained in:
parent
bcc12bf5a2
commit
ee4a6043ee
10
README.md
10
README.md
@ -18,8 +18,7 @@ A curated list of amazingly awesome browser-side JavaScript libraries, resources
|
||||
* [Color](#color)
|
||||
* [I18n And L10n](#i18n-and-l10n)
|
||||
* [Class](#class)
|
||||
* Event
|
||||
* Control Flow
|
||||
* [Control Flow](#control-flow)
|
||||
* UI
|
||||
* [Loading Status](#loading-status)
|
||||
* 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.
|
||||
|
||||
|
||||
## 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
|
||||
*Libraries for indicate load status.*
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user