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:
- Manager - Manager interface and lifecycle
- Actions - Action types and payloads
- Controller - Imperative actions
- LogoutManager - Handling logout/cleanup
- getDefaultManagers - Default manager configuration
- managers - Managers concept guide
Always use actionTypes when comparing action.type. Refer to Actions for list of actions and their payloads.