koajs / koa-hbs

Handlebars templates for Koa.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

when koa-hbs will support koa2

tonylinyy opened this issue · comments

we use koa-hbs in our project,and testing koa2
koa2 is released,when koa-hbs will support it, thanks

Word has it that node v7 will be using the version of V8 that supports async/await natively, and that's what is holding up Koa v2 from exiting alpha/next status. Once that happens, we'll update koa-hbs.

In the mean time, you can use koa-adapter, which will allow you to use koa v1 middleware with koa v2.

commented

has some methods to fit koa2?