dfilatov / vidom

Library to build UI based on virtual DOM
MIT License
415 stars 16 forks source link

Updated Inferno to 1.0-beta13 #258

Closed trueadm closed 7 years ago

trueadm commented 7 years ago

This is for the SSR benchmark. Also removed createElement (it's slow and not optimised in 1.0 beta) and switched to using stateless components.

dfilatov commented 7 years ago

@trueadm Oh, you have rewritten all components to be stateless. It's not quite fair since others use class components. I purposely don't use stateless components in this benchmark.