skills/smithery.ai/asyncredux-observers

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)

Store Configuration with Observers

Installs
1
First Seen
Mar 25, 2026
asyncredux-observers from smithery.ai