How can I use React.js with Angular to render large date sheets (ng-repeat).
Since rendering, React.js works just a few times faster than Angular.
And the project stands on Angular and changing everything to React is suicidal :)

    1 answer 1

    It is not necessary to use ng-repeat. You can look in the direction of such solutions: http://ionicframework.com/docs/api/directive/collectionRepeat/ In which NOT deep watch is used, it means that the entire list will not be updated when one of the internal values ​​of the collection item changes.