Concept Flow - Invalidation and reloading
User triggers event
Invalidate data cache
SvelteKit reloads data
Load function runs
New data fetched
Component re-renders with fresh data
When data is invalidated, SvelteKit reloads by running the load function again and updates the component with fresh data.