Tag: #Arrays
2 posts with this tag
Since moving from Vue to Svelte one of the things I miss from Vue is when it would create an array of elements using a ref in a v-for loop.
Let's look at how to find an item in an array of objects if we know one of the object's properties.