Boost the Performance of an AngularJS Application Using Immutable Data - Part 2

added by JavaScript Kicks
4/13/2015 6:37:42 PM

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