Glossary coding Term Page
invalidate
reruns a `load` result for a specific key so the UI refreshes without reloading the full p
Core Idea
invalidate is reruns a load result for a specific key so the UI refreshes without reloading the full page. It usually makes the most sense alongside load function, Optimistic UI, Snapshot rollback.
Why It Matters Here
Mathbong reuses this term across svelte posts as shared vocabulary.