node-templating-benchmark
node-templating-benchmark copied to clipboard
Added preact-render-to-string
Hey @janit, great work getting these numbers. I was thinking how preact would do in the environment you've described.
Given that there are no steps to test it locally, with your current setup, I hope I managed to do it properly. If something breaks, usually is because of the jsx transpilation. Preact uses h()
instead of React.createElement
so that might be one of the issue.
In any case, let me know what you think and if everything cheks out, loking forward for the numbers.
Cheers!
Hi Cristian. I will take a look tonight and include Preact as well to the benchmark suite. Thank you for your contribution.
Hey @janit any news?