Event Sourcing State

Event-sourced application state pattern for TypeScript apps. Prefer bounded event logs plus pure derivation functions over mirrored mutable lifecycle flags. Use when state transitions are driven by events and bugs can be reproduced from a saved event stream.

remorses 387f51e 7.0 KB Updated

File contents

remorses/opencode-config/tree/main/skills/event-sourcing-state commit 387f51ee18

Frequently asked questions

npx skillmds@latest add remorses/event-sourcing-state