Precompilation
handlebars template.hbs -f template.js compiles templates to JS functions at build time.
- Faster execution, smaller runtime (no parser needed).
- Worth doing in production.
handlebars template.hbs -f template.js compiles templates to JS functions at build time.