Im building a large 2 way syncing (read + write) spreadsheet front end (think google drive spreadsheet) for an application, the back end keeping all the data in sync between the users / views is fine, but i keep running into problems with the number of 2 way bindings on a page. Im currently using angualr.js and there seems to be limit of around 1500 elements, after that the js becomes un responsive.
Whats the normal approach for building large 2 way data binding / syncing on the front end ?