From 31541143e9669c13aa88ec15de5b6b64b613f5a4 Mon Sep 17 00:00:00 2001 From: Vien Dinh Date: Wed, 16 Dec 2020 10:34:44 +0700 Subject: [PATCH 1/2] Update built-with.md --- docs/built-with.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/built-with.md b/docs/built-with.md index 3a786898..ec953db8 100644 --- a/docs/built-with.md +++ b/docs/built-with.md @@ -13,6 +13,7 @@ title: Built with Immer - [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 development quicker and easier_ - [bey](https://github.com/jamiebuilds/bey) _Simple immutable state for React using Immer_ +- [cool-store](https://github.com/Maxvien/cool-store) _CoolStore is a simple and powerful state store built on top of ImmerJS and RxJS_ - [immer-wieder](https://github.com/drcmda/immer-wieder#readme) _State management lib that combines React 16 Context and immer for Redux semantics_ - [robodux](https://github.com/neurosnap/robodux) _flexible way to reduce redux boilerplate_ - [immer-reducer](https://github.com/epeli/immer-reducer) _Type-safe and terse React (useReducer()) and Redux reducers with Typescript_ From c122bb50950610fce8b140e4d8ddad68ea67545f Mon Sep 17 00:00:00 2001 From: Vien Dinh Date: Wed, 16 Dec 2020 18:26:22 +0700 Subject: [PATCH 2/2] Update built-with.md --- docs/built-with.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/built-with.md b/docs/built-with.md index ec953db8..7c1dc566 100644 --- a/docs/built-with.md +++ b/docs/built-with.md @@ -13,7 +13,7 @@ title: Built with Immer - [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 development quicker and easier_ - [bey](https://github.com/jamiebuilds/bey) _Simple immutable state for React using Immer_ -- [cool-store](https://github.com/Maxvien/cool-store) _CoolStore is a simple and powerful state store built on top of ImmerJS and RxJS_ +- [cool-store](https://github.com/Maxvien/cool-store) _CoolStore is an immutable state store built on top of ImmerJS and RxJS_ - [immer-wieder](https://github.com/drcmda/immer-wieder#readme) _State management lib that combines React 16 Context and immer for Redux semantics_ - [robodux](https://github.com/neurosnap/robodux) _flexible way to reduce redux boilerplate_ - [immer-reducer](https://github.com/epeli/immer-reducer) _Type-safe and terse React (useReducer()) and Redux reducers with Typescript_