11272 shaares
386 private links
386 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]);