From 739b8b401a5e44d89dede271d4d6ae1c45f54946 Mon Sep 17 00:00:00 2001 From: Sergey R Date: Thu, 4 Dec 2014 04:00:36 +0300 Subject: [PATCH] Add `RxJS` as an alternative to `Bacon.js` --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index e8a6786..28c3049 100644 --- a/readme.md +++ b/readme.md @@ -103,6 +103,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [immutable](https://github.com/facebook/immutable-js) - Immutable data collections. - [underscore-contrib](http://documentcloud.github.io/underscore-contrib/) - The brass buckles on Underscore's utility belt. - [Bacon.js](http://baconjs.github.io) - Functional reactive programming. +- [RxJS](http://reactive-extensions.github.io/RxJS/) - Functional reactive library for transforming, composing, and querying various kinds of data. - [Lazy.js](https://github.com/dtao/lazy.js/) - Utility library similar to Lo-Dash/Underscore but with lazy evaluation, which can translate to superior performance in many cases.