Merge pull request #47 from xgrommx/master

Update README.md
This commit is contained in:
chencheng (云谦) 2014-08-12 22:17:39 +08:00
commit 2ff6da97e5

View File

@ -15,6 +15,7 @@ A collection of awesome browser-side JavaScript libraries, resources and shiny
* Utilities
* [Files](#files)
* [Functional Programming](#functional-programming)
* [Reactive Programming](#reactive-programming)
* [Data Structure](#data-structure)
* [Date](#date)
* [String](#string)
@ -230,6 +231,12 @@ There're also some great commercial libraries, like [amchart](http://www.amchart
* [ramda](https://github.com/CrossEye/ramda) - A practical functional library for Javascript programmers.
* [mout](https://github.com/mout/mout) - Modular JavaScript Utilities.
## Reactive Programming
*Reactive programming libraries to extend JavaScripts capabilities.*
* [RxJs](https://github.com/Reactive-Extensions/RxJS) - The Reactive Extensions for JavaScript.
* [Bacon](https://github.com/baconjs/bacon.js) - FRP (functional reactive programming) library for Javascript.
* [Kefir](https://github.com/pozadi/kefir) - FRP library for JavaScript inspired by Bacon.js and RxJS with focus on high performance and low memory consumption.
##Data Structure
*Data structure libraries to build a more sophisticated application.*