mathieuancelin / js-repaint-perfs

Playground to test repaint rates of JS libs
http://mathieuancelin.github.io/js-repaint-perfs/
254 stars 111 forks source link

Adds in diffHTML example #45

Closed tbranyen closed 8 years ago

tbranyen commented 8 years ago

diffHTML is a React-inspired tiny library that efficiently diffs HTML to the DOM and patches in changes. It also provides a Custom Element polyfill and a transitions API.

While it's still under development, it has already been successfully used on an internal Netflix application.

Adding to your list in hopes that I'll encourage others who are interested to contribute.

Relevant links:

http://github.com/tbranyen/diffhtml http://diffhtml.org

mathieuancelin commented 8 years ago

No problem Tim, PR merged ;-)

tbranyen commented 8 years ago

Thank you @mathieuancelin once we hit another milestone I'll PR a version bump