-
Notifications
You must be signed in to change notification settings - Fork 27
Replace middleware with external modules #30
Comments
Should this be a blocker or is it just a long term convenience thing? |
Perhaps I misunderstood the discussion in #19, should we do this before working on Koa 2 support? |
I believe that should be the way forward. I'm open to other ideas, though. Why write and maintain what are, essentially, custom Koa middlewares which are already available as shippable npm modules out there? |
Great point, this seems to be easier for both the short and long term. I'll add this to the new Blockers milestone before Koa 2 support. |
I feel like we should switch to a more modular API, especially if we're including third party middleware by default. Right now we have a top level The |
Based on the progress in #17 I feel like this doesn't need to be a blocker anymore so we can focus on Koa 2 (though I'd still like to fix it at some point). Feel free to add the milestone back if you disagree. |
In #19 (comment), @nfantone suggested we replace the middlewares here can be replaced with external npm modules, which would reduce the amount of code we need to maintain.
The text was updated successfully, but these errors were encountered: