567 Views
A few weeks ago I posted the article "Boost the Performance of an AngularJS Application Using Immutable Data". It shows how to speedup your AngularJS application when having a lot of bindings to big data collections. The idea behind the optimization is quite simple - create a new collection when the data changes.
0 comments