From f2f608d2c354716193ae9ac44d89f382cbab456a Mon Sep 17 00:00:00 2001 From: AbdulAzeez Olanrewaju <38980212+I-am-abdulazeez@users.noreply.github.com> Date: Mon, 4 Aug 2025 21:42:39 +0100 Subject: [PATCH] Stunk - State management library (#938) * feat: Add Stunk * fix * fix * fix: description of stunk --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f5c1a8d..fa77a0e 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.*