Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 713 Bytes

File metadata and controls

19 lines (12 loc) · 713 Bytes

AngularJS and ReactJS Performance

This repository builds off of the great work by Ben Nadel in his blog post, Rendering Large Datasets With AngularJS And ReactJS. The source code for the original example is here.

This code takes the original code and adds Angular Benchpress tests to put actual numbers on:

  • Rendering the large grid.
  • Searching within the grid.

It also compares this with Angular2.

Prerequisites