Skip to content

Svelte 5: $state for bind:this #15979

Answered by webJose
ivenuss asked this question in Q&A
May 21, 2025 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

Is there a question in your mind? I'll try to guess: Which should you use?

IMHO, so long you use el inside an effect or onMount(), and your logic doesn't destroy the bound element reactively (like inside an {#each} or {#if} block), you should be ok with a non-reactive variable.

If you just don't want to think about this so finely, just go with reactive state.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ivenuss
Comment options

Answer selected by ivenuss
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants