Glossary coding Term Page

Snapshot rollback

cloning the list before an optimistic update so you can revert immediately on failure

snapshot-rollback #coding#svelte
Korean version

Related Concepts

Core Idea

Snapshot rollback is cloning the list before an optimistic update so you can revert immediately on failure. It usually makes the most sense alongside load function, invalidate, Optimistic UI.

Why It Matters Here

Mathbong reuses this term across svelte posts as shared vocabulary.

Posts Mentioning This Concept