-
I downloaded the code of the Koa 2 incubator branch just a couple of hours ago and now it is missing :open_mouth: It is a really good setup for exactly what I wanted i.e. React with Koa 2 and Webpack …
-
## Issue Template
**Observed Behaviour**
Inferno doesn't throw `failed to hydrate` error, even though it should. A bit of digging showed me that it is maybe caused by the check [here](https://gi…
-
https://github.com/ctrlplusb/react-universally/issues?utf8=%E2%9C%93&q=is%3Aissue%20milestone%3A11.0.0
__Update feature branches__
- [x] apollo
- [x] found (done in PR)
- [x] glamor
- [x]…
-
刚开始看 egg 的文档,对于在 Contoller 里的 ctx 与 this 有些疑问。
首先在 [controller](http://eggjs.org/zh-cn/basics/controller.html) 一章里明确了使用 controller 有两种方式:一种是 controller 类,还有一种是 controller 方法。但我发现在 controller 类里 gen…
-
it seems linke no session-mongo middleware coudle be used in koa2
-
``` bash
next -s server.js
```
or in `package.json`:
``` json
{
"next": {
"serverHandler": "./server.js"
}
}
```
Let's say you want to override the default mapping between filesystem and ro…
-
### Issue description
I just started REST API application build on Koa2. I run tests in Mocha. I want Wallaby for my unit tests. When I started with Wallaby, I encountered interesting issue.
When …
-
``` bash
error during render : /dist/e0114b42a3cebcf90428.hot-update.json
__vue_ssr_bundle__:1
(function (exports, require, module, __filename, __dirname) { [object Object]
…
-
Tried using the following:
```
router.post('/login', async(ctx, next) => {
await passport.authenticate('local', {
successRedirect: '/about',
failureRedirect: '/'
})
})
```
and…
-
when i use koa-generic-session-mongo with koa-session-minimal in koa2, it tell me cicyle dependecies
![image](https://cloud.githubusercontent.com/assets/8046366/21072377/2650f2b2-befb-11e6-861d-bc7f8…