From 18a8507023e375cec834a62f1bc3e08bbbfdb050 Mon Sep 17 00:00:00 2001 From: Bhavdeep Dhanjal Date: Sun, 7 Oct 2018 04:01:51 +0530 Subject: [PATCH] Add references to Immer and Fluture --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index 9c3b6f6..1a1e23b 100644 --- a/readme.md +++ b/readme.md @@ -989,6 +989,7 @@ If you will change all your functions from partial to total, it can prevent you * [mori](https://github.com/swannodette/mori) * [Immutable](https://github.com/facebook/immutable-js/) +* [Immer](https://github.com/mweststrate/immer) * [Ramda](https://github.com/ramda/ramda) * [ramda-adjunct](https://github.com/char0n/ramda-adjunct) * [Folktale](http://folktale.origamitower.com/) @@ -1000,6 +1001,7 @@ If you will change all your functions from partial to total, it can prevent you * [Haskell in ES6](https://github.com/casualjavascript/haskell-in-es6) * [Sanctuary](https://github.com/sanctuary-js/sanctuary) * [Crocks](https://github.com/evilsoft/crocks) +* [Fluture](https://github.com/fluture-js/Fluture) ---