Daily Shaarli
March 26, 2020
Fun ! En revanche, il y a au moins un appel aux servers de Google :/
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]);