Daily Shaarli

All links of one day in a single page.

March 26, 2020

Est-ce qu'on peut sortir ?

Fun ! En revanche, il y a au moins un appel aux servers de Google :/

Improve performance on large lists in Vue.js

this.yourBigList = Object.freeze(yourBigList); : avoid to make the property and its first-level ones reactive → performance improvement in some cases 👍
`this.yourBigList = Object.freeze([...this.yourBigList, newItems]);