[Episode 15] Array Change Detection

Опубликовано: 04 Октябрь 2024
на канале: Bingyang Wei
105
6

🔗 GitHub repository: https://github.com/Washingtonwei/lear...
🔗 GitHub repository: https://github.com/Washingtonwei/hogw...

Vue wraps an observed array's mutation methods so they will also trigger view updates. However, when working with non-mutating array methods like filter(), concat(), and slice(), you SHOULD replace the old array with the new one.

This video belongs to a playlist:    • Learn Vue 3 with Bingyang  

If you want to learn Vue 3 systematically, please visit the playlist (and save the playlist) for more Vue 3 tutorials.

Feel free to leave a comment if you have any questions.

As always, thanks for watching, and happy learning!