From 285fff927428291559505ec057512811c1951d10 Mon Sep 17 00:00:00 2001 From: Oleg Isonen Date: Mon, 2 May 2022 11:27:46 +0100 Subject: [PATCH] docs: add immerhin to built with (#929) --- website/docs/built-with.md | 1 + 1 file changed, 1 insertion(+) diff --git a/website/docs/built-with.md b/website/docs/built-with.md index 7c1dc566..2fc1fd1f 100644 --- a/website/docs/built-with.md +++ b/website/docs/built-with.md @@ -21,4 +21,5 @@ title: Built with Immer - [react-state-tree](https://github.com/suchipi/react-state-tree) _Drop-in replacement for useState that persists your state into a redux-like state tree_ - [redux-immer](https://github.com/salvoravida/redux-immer) _is used to create an equivalent function of Redux combineReducers that works with `immer` state. Like `redux-immutable` but for `immer`_ - [ngrx-wieder](https://github.com/nilsmehlhorn/ngrx-wieder) _Lightweight yet configurable solution for implementing undo-redo in Angular apps on top of NgRx and Immer_ +- [immerhin](https://github.com/webstudio-is/immerhin) Sync state with undo/redo - ... and [many more](https://www.npmjs.com/browse/depended/immer)