docs: add "why is this not express 4.0" to FAQ
This commit is contained in:
parent
45db061563
commit
fefb3c59ae
1 changed files with 9 additions and 1 deletions
10
docs/faq.md
10
docs/faq.md
|
@ -30,4 +30,12 @@
|
|||
## Does Koa include routing?
|
||||
|
||||
No - out of the box Koa has no form of routing, however
|
||||
many routing middleware are available: https://github.com/koajs/koa/wiki
|
||||
many routing middleware are available: https://github.com/koajs/koa/wiki
|
||||
|
||||
## Why isn't Koa just Express 4.0?
|
||||
|
||||
Koa is a pretty large departure from what people know about Express,
|
||||
the design is fundamentally much different, so the migration from
|
||||
Express 3.0 to this Express 4.0 would effectively mean rewriting
|
||||
the entire application, so we thought it would be more appropriate
|
||||
to create a new library.
|
Loading…
Reference in a new issue