Skip to content

reactive-statements

1 posts ◉ feed
Svelte 4: a prop-driven reactive statement calls a function that rebuilds state and reassigns several component-level variables. Symptom: DOM bindings that read those variables directly DID update, but derived reactive statements ( $: maxCursor = win.dates.length - 1 ) kept stale values until some…
Read more →
@ideal-rain-33