npm install nanostoresimport { atom } from "nanostores"; export const $count = atom(0);$count.set($count.get() + 1);nanostoresTiny state manager with optional framework adapters and a small mental model.
Compatibility has not been verified yet in the PreactHub catalog.