Dave Schinkel

Results 14 issues of Dave Schinkel

I know you may take it for granted and are seasoned at node + react, but on your main page can you explain the use case for this? I want...

Shouldn't it be app.use(kc.controller({ in your example on the main page? you have just app.use(controller({ Also why are there no example code using app.use(kc.controller({, you only have app.use(kc.router({ https://github.com/xpepermint/koa-controller/blob/master/example/index.js

delete

I know it's something dumb probably configuration but when I run mocha test, I get 'Feature is not defined" reference error. Here's what I've done - installed mocha and mocha-cucumber...