Updating Arrays & Objects
If you want to manipulate arrays. You must first declare that it's reactive using $state(value)
Adding an item to an array
Adding an item to the begin of an array
Deleting an item based on the name
Filtering an item based on the name
Deleting first item in an array
Deleting last item in an array
Last updated