Run the test below to see how DoneJS' view engine is faster than React's when rendering large data sets.
React: Adding 1000 todos
As more todos are rendered the DOM diff React perform becomes larger and slower while DoneJS' minimal DOM updates remain fast.