Hacker News new | ask | show | jobs
by bdougherty 1686 days ago
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.