diff --git a/README.md b/README.md index f5c1a8da..fa77a0e0 100644 --- a/README.md +++ b/README.md @@ -453,6 +453,7 @@ There're also some great commercial libraries, like [amchart](https://www.amchar * [MobX](https://github.com/mobxjs/mobx) - TFRP library for simple, scalable state management. * [Cycle.js](https://cycle.js.org) - A functional and reactive JavaScript library for cleaner code. * [concent](https://github.com/concentjs/concent) - Definitely the ❤️ simplest but ⚡️ strongest state management for react, it is predictable、progressive and efficient. +* [stunk](https://github.com/I-am-abdulazeez/stunk) A framework-agnostic state management library that keeps your app’s state clean and simple. It uses a fine-grained state model, breaking state into independent, manageable chunks. ## Data Structure *Data structure libraries to build a more sophisticated application.*