Stunk - State management library (#938)

* feat: Add Stunk

* fix

* fix

* fix: description of stunk
This commit is contained in:
AbdulAzeez Olanrewaju 2025-08-04 21:42:39 +01:00 committed by GitHub
parent fc50ce9c7d
commit f2f608d2c3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 apps 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.*