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.
Always use actionTypes when comparing action.type. Refer to Actions for list of actions and their payloads.
Controller has dispatchers: ctrl.fetch(), ctrl.fetchIfStale(), ctrl.expireAll(), ctrl.invalidate(), ctrl.invalidateAll(), ctrl.setResponse(), ctrl.set(), ctrl.setError(), ctrl.resetEntireStore(), ctrl.subscribe(), ctrl.unsubscribe().
Implémentez les gestionnaires @data-client pour les effets secondaires globaux - websocket, SSE, sondages, abonnements, journalisation, middleware, actions du contrôleur, modèle redux Source : reactive/data-client.