Skip to content

Conversation

@PuruVJ
Copy link

@PuruVJ PuruVJ commented Jun 25, 2025

each keys in svelte are not required. The key is to tell svelte to recreate the DOM element entirely rather than reusing them. keys are only required when the element must be completely destroyed and recreated, like during an animation or to rerun actions.

PuruVJ and others added 2 commits June 25, 2025 20:52
each keys in svelte are not required. The `key` is to tell svelte to recreate the DOM element entirely rather than reusing them. keys are are only required when the element must be completely destroyed and recreated, like during an animation or to rerun actions.
@PuruVJ PuruVJ merged commit d9368ad into main Jul 7, 2025
2 checks passed
@PuruVJ PuruVJ deleted the disable-svelte-require-each-key branch July 7, 2025 12:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants