From 0f0764f68bdc5f78dc22a55d59c5c89292a10ebf Mon Sep 17 00:00:00 2001 From: Jiri Spac Date: Thu, 14 Apr 2016 09:48:27 +0200 Subject: [PATCH] added MobX (#264) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5646425..a8b5af4 100644 --- a/README.md +++ b/README.md @@ -342,7 +342,7 @@ There're also some great commercial libraries, like [amchart](https://www.amchar * [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. * [Highland] (http://highlandjs.org/) - Re-thinking the JavaScript utility belt, Highland manages synchronous and asynchronous code easily, using nothing more than standard JavaScript and Node-like Streams. * [Most.js](https://github.com/cujojs/most) - high performance FRP library. - +* [MobX](https://github.com/mobxjs/mobx) - TFRP library for simple, scalable state management. ## Data Structure *Data structure libraries to build a more sophisticated application.*