Hacker News new | ask | show | jobs
by Mavvie 1686 days ago
I believe you can specify a key in Svelte as well, but perhaps it's used slightly differently than react.
1 comments

Yeah it's not strictly necessary, but if you are updating the list (adding/removing especially), Svelte can know how to reuse elements properly if they are keyed. You also need keys for animations to work properly.