I've just published a small npm package called @modyra/core that came out of a very specific pain: handling "slightly complex" app state in frontend projects without ending up with a mess of context, custom hooks and scattered stores.

The focus of the package is:

Minimal API, all in TypeScript, no hidden magic

No heavy runtime: just tools to model the core of your

app as a set of state modules