wavesoft/dot-dom

Benchmarking against React, Morphdom

SilentCicero opened this issue · 4 comments

You should benchmark your rendering against morphdom and react to see differences. I think it would be good information.

That's actually a good idea @SilentCicero , I will prepare something, but it will most probably take some time. If anyone reading this is interesting in doing so, feel free!

@wavesoft checkout how Patrick does it here:

https://github.com/patrick-steele-idem/morphdom#benchmarks

He is testing against virtual-dom.

May be easiest to wrap H in React.createElement then run comparison on the same code.

I would recommend we test against: Morphom, Virtual Dom, and React. Use the tests Patrick used there.

+1 it would be great to see how this framework compares with others