I discovered this tool while looking for a simple solution to manage the state of a PWA made with Preact. Nanostores was very useful and works with React too, so I think it deserves a highlight here in this repository for other people to know as well.
It is a tiny state manager for various frameworks and vanilla JS. It uses many atomic stores and direct manipulation.
It is small, fast, tree-shakable, and persistent. It uses Size Limit to control size and can save data to localStorage and sync between tabs.
I discovered this tool while looking for a simple solution to manage the state of a PWA made with Preact. Nanostores was very useful and works with React too, so I think it deserves a highlight here in this repository for other people to know as well.