From 4507852ccfc53b53ce8ed2e6c3b1fcf109eff027 Mon Sep 17 00:00:00 2001 From: Kirill Baldin Date: Thu, 30 Mar 2023 12:02:30 +0400 Subject: [PATCH] add new mobx-react-viewmodel lib --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 620e588..b42095d 100644 --- a/README.md +++ b/README.md @@ -514,6 +514,7 @@ Your contributions and suggestions are heartily welcome. =^.^= * [mmlpx](https://github.com/mmlpxjs/mmlpx) A generic mobx model layer paradigm which support di and time travelling out of box * [mobx-mc](https://github.com/rakenapp/mobx-mc) Backbone inspired model + collection library for Mobx * [mobx-keystone](https://github.com/xaviergonz/mobx-keystone) Opinionated, transactional, MobX powered state container with first-class Typescript support +* [mobx-react-viewmodel](https://github.com/Iverson/mobx-react-viewmodel) Lightweight utils for using stateful, reactive Mobx view-models in React components ### Who is using MobX?