asyncredux-observers
Installation
SKILL.md
Setting Up Observers for Debugging and Monitoring
AsyncRedux provides several observer types for monitoring actions, state changes, errors, and widget rebuilds. These observers are configured when creating the Store.
Overview of Observer Types
| Observer Type | Purpose |
|---|---|
ActionObserver |
Monitor action dispatch (start and end) |
StateObserver |
Monitor state changes after actions |
ErrorObserver |
Monitor and handle action errors |
ModelObserver |
Monitor widget rebuilds (for StoreConnector) |