From b0f6aadbfcf5c7c543b007a05b324e2d7511799b Mon Sep 17 00:00:00 2001 From: Justin Fong Date: Wed, 10 Apr 2019 01:44:16 -0700 Subject: [PATCH] Add immer to apC.md --- manuscript/apC.md | 1 + 1 file changed, 1 insertion(+) diff --git a/manuscript/apC.md b/manuscript/apC.md index 4eba3eba..0e0ec647 100644 --- a/manuscript/apC.md +++ b/manuscript/apC.md @@ -17,6 +17,7 @@ Let's expand the [list of FP libraries to be aware of, from Chapter 1](ch1.md/#l * [functional.js](http://functionaljs.com/): General FP Utilities * [Immutable](https://github.com/facebook/immutable-js): Immutable Data Structures * [Mori](https://github.com/swannodette/mori): (ClojureScript Inspired) Immutable Data Structures +* [immer](https://github.com/mweststrate/immer): Immutable Data Structures * [Seamless-Immutable](https://github.com/rtfeldman/seamless-immutable): Immutable Data Helpers * [transducers-js](https://github.com/cognitect-labs/transducers-js): Transducers * [monet.js](https://github.com/monet/monet.js): Monadic Types