3.0.2 • Published 9 years ago

auk-react-redux v3.0.2

Weekly downloads
2
License
ISC
Repository
github
Last release
9 years ago

auk-react

import Koa from 'koa';
import react from 'auk-react';
import Html from './HtmlComponent';

const app = new Koa();
react(__dirname + '/views')(Html)(app);

// ...

(ctx) => {
    ctx.render(MyComponent, data);
}
3.0.2

9 years ago

3.0.1

9 years ago

3.0.0

9 years ago

2.2.0

9 years ago

2.1.0

9 years ago

2.0.0

9 years ago

1.0.5

9 years ago

1.0.4

9 years ago

1.0.3

9 years ago