Node.js templating benchmark (React, Nunjucks, ES6)
TypeScript
Switch branches/tags
Nothing to show
Clone or download
Pull request Compare This branch is 4 commits behind janit:master.
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
dist
src
.gitignore
README.md
package.json
tsconfig.json
yarn.lock

README.md

Node.js rendering benchmark (React, Nunjucks, ES6, Pug)

A Node.js application written in, used to benchmark rendering engines, especially React.js/ReactDOMServer against more traditional templating engines like Nunjucks, Pug and standard ES6 Template Literals.

More details in the article: The Performance Cost of Server Side Rendered React on Node.js