From 015224472e88710d5a3ff6a19e83d0e68862afbe Mon Sep 17 00:00:00 2001 From: Michel Weststrate Date: Mon, 28 May 2018 09:20:27 +0200 Subject: [PATCH] Updated who uses section --- readme.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 79ccdddf..07dafc31 100644 --- a/readme.md +++ b/readme.md @@ -304,11 +304,13 @@ By default `produce` tries to use proxies for optimal performance. However, on o ## Cool things built with immer +* [react-copy-write](https://github.com/aweary/react-copy-write) _Immutable state with a mutable API_ * [redux-starter-kit](https://github.com/markerikson/redux-starter-kit) _A simple set of tools to make using Redux easier_ * [immer based handleActions](https://gist.github.com/kitze/fb65f527803a93fb2803ce79a792fff8) _Boilerplate free actions for Redux_ * [redux-box](https://github.com/anish000kumar/redux-box) _Modular and easy-to-grasp redux based state management, with least boilerplate_ * [quick-redux](https://github.com/jeffreyyoung/quick-redux) _tools to make redux developement quicker and easier_ -* [react-copy-write](https://github.com/aweary/react-copy-write) _Immutable state with a mutable API_ +* [bey](https://github.com/jamiebuilds/bey) _Simple immutable state for React using Immer_ +* ... and [many more](https://www.npmjs.com/browse/depended/immer) ## How does Immer work?