rdc-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.

References

For detailed API documentation, see the references directory:

Always use actionTypes when comparing action.type. Refer to Actions for list of actions and their payloads.

Dispatching actions

Related skills

More from reactive/data-client

Installs
8
GitHub Stars
2.0K
First Seen
Jan 31, 2026