data-client-manager

Installation
SKILL.md

Guide: Using @data-client Managers for global side effects

Managers are singletons that handle global side-effects. Kind of like useEffect() for the central data store. They interface with the store using Controller, and redux middleware is run in response to actions.

Single Responsibility

One concern per Manager; compose many small managers (e.g. transport, subscriptions, logging, auth) rather than one large one.

References

For detailed API documentation, see the references directory:

Related skills

More from reactive/data-client

Installs
32
GitHub Stars
2.0K
First Seen
Feb 16, 2026