From 1639c8f618b2b7afd1e207f144a62607e306b4fd Mon Sep 17 00:00:00 2001 From: Jacob Payne Date: Sat, 18 Jun 2016 21:37:51 +0200 Subject: [PATCH] Add Kefir.js Kefir.js is a prominent frp library inspired by Bacon.js and RxJS with focus on high performance and low memory usage. Closes #534 --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index b5633f7..2406799 100644 --- a/readme.md +++ b/readme.md @@ -175,6 +175,7 @@ - [Bacon.js](http://baconjs.github.io) - Functional reactive programming. - [RxJS](http://reactivex.io) - Functional reactive library for transforming, composing, and querying various kinds of data. - [Lazy.js](https://github.com/dtao/lazy.js) - Utility library similar to lodash/Underscore but with lazy evaluation, which can translate to superior performance in many cases. +- [Kefir.js](https://github.com/rpominov/kefir) - Reactive library with focus on high performance and low memory usage. ### HTTP