node-templating-benchmark icon indicating copy to clipboard operation
node-templating-benchmark copied to clipboard

Node.js templating benchmark (React, Nunjucks, ES6)

Results 4 node-templating-benchmark issues
Sort by recently updated
recently updated
newest added

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...

If possible could you post benchmarks that include mithril implementation, for dev and prod? Thanks!

I believe that you might be able to get better perf if you use React.createFactory() once, and then use the factory to pass props and render the component. See [this...

Did a quick vue renderer.