Effect Atom Optimistic Updates

Pattern for implementing optimistic UI updates with effect-atom in this codebase. Use when adding optimistic behavior to a query atom + its mutations (action toggles, list adds/removes, inline edits). DO NOT roll your own pending-state with React state, Maps, or custom merge helpers — `Atom.optimistic` + `Atom.optimisticFn` already handle racing, refresh, and waiting correctly.

usefulsoftwareco ce1ea67 10.0 KB Updated

File contents

usefulsoftwareco/executor/tree/main/.skills/effect-atom-optimistic-updates commit ce1ea6717e

Frequently asked questions

npx skillmds@latest add usefulsoftwareco/effect-atom-optimistic-updates