10930 shaares
387 private links
387 private links
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]);