Vue.js Feed (@vuejsfeed) 's Twitter Profile
Vue.js Feed

@vuejsfeed

The hub for all the latest @vuejs updates, resources & news. Follow to stay updated on all things Vue.js!

ID: 756477099309985792

linkhttps://vuejsfeed.com calendar_today22-07-2016 13:12:49

5,5K Tweet

33,33K Takipçi

97 Takip Edilen

Vue.js Feed (@vuejsfeed) 's Twitter Profile Photo

Vue.js Tip 💡 Boost your Vue performance with large datasets by using `shallowRef` instead of `ref`. Vue won’t track deep changes, so replace the whole array to trigger updates - no `.push()`, just assign a new array.

Vue.js Tip 💡

Boost your <a href="/vuejs/">Vue</a> performance with large datasets by using `shallowRef` instead of `ref`. 

Vue won’t track deep changes, so replace the whole array to trigger updates - no `.push()`, just assign a new array.