Wrapping Immutable Arrays In Mutable Arrays For Easier Processing In Angular 8.2.0-next.0

added by JavaScript Kicks
7/6/2019 1:50:36 PM

1058 Views

Ben Nadel attempts to codify a pattern that he's been starting to use a lot more: wrapping an immutable collection of data inside another collection such that the wrapper collection can be optimized for local consumption (such as when filtering and sorting a result-set).


0 comments