asyncredux-sync-actions

Community

Create fast, deterministic AsyncRedux actions.

Authormarcglasberg
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill provides a structured approach to implementing synchronous Redux actions in AsyncRedux, ensuring immediate state updates by returning a new AppState from reduce().

Core Features & Use Cases

  • Synchronous state updates: Actions compute and apply a new AppState without awaiting asynchronous operations.
  • Parameterizable actions: Support actions with constructor parameters to update specific state parts.
  • Nested state updates: Demonstrates updating nested state objects via copies.

Quick Start

Create a simple action class extending ReduxAction<AppState> and implement reduce to return the updated state, then dispatch using context.dispatch(...) or context.dispatchSync(...).

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-sync-actions
Download link: https://github.com/marcglasberg/async_redux/archive/main.zip#asyncredux-sync-actions

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.