koa-hbs icon indicating copy to clipboard operation
koa-hbs copied to clipboard

Handlebars templates for Koa.js

Results 9 koa-hbs issues
Sort by recently updated
recently updated
newest added

Bumps [eslint](https://github.com/eslint/eslint) from 3.19.0 to 7.10.0. Release notes Sourced from eslint's releases. v7.10.0 6919fbb Docs: Clarify that ignorePattern should be a string (refs #13029) (#13718) (Brandon Mills) 07d9bea Update: Add...

dependencies

I'm not sure if `koa-hbs` package is maintaned, but I'll give it a shot. From the presence of `disableCache` in docs, it looks like all views and partials are cached....

Same behaviour as for views: first path with found partial name will be used. If a partial with the same name is already registered, it will be ignored. Manual registration...

Assuming the following folder structure: ``` /views /home - index.hbs - home.css /contact - index.hbs - contact.css ``` It should be possible to render a view by calling `context.render('home')`. `koa-hbs`...

With the new renderToNodeStream React moved ahead by providing way to reduce TTFB and First paint. Webpack generates assets which are appended to .hbs file using HtmlWebpackPlugin. React generate HTML...

In this way my past contribution is mapped correctly.

Why there is **viewPath** (singular) but **layoutsPath** and **partialsPath** (plural)?

question

This is a checklist for the tasks that need to be completed to release koa-hbs@next as koa-hbs@latest, and deprecate 0.9.0. - [ ] Remove `gulp` and convert task runner to...