asyncredux-action-status

Community

Instantly know AsyncRedux action outcomes.

Authormarcglasberg
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill helps developers determine whether an AsyncRedux action completed successfully, failed with an error, or produced an exception after dispatch.

Core Features & Use Cases

  • ActionStatus properties: Access isCompletedOk, isCompletedFailed, originalError, and wrappedError to drive UI and tests.
  • Navigation and error handling: Use the status to conditionally navigate or show error dialogs after dispatch.
  • Testing scenarios: Validate action outcomes in unit and widget tests using dispatchAndWait results.

Quick Start

In a widget callback, dispatch an action and inspect the status: var status = await dispatchAndWait(MyAction()); if (status.isCompletedOk) { /* proceed / } else if (status.isCompletedFailed) { / handle error */ }

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: asyncredux-action-status
Download link: https://github.com/marcglasberg/async_redux/archive/main.zip#asyncredux-action-status

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.