3.0.2 • Published 10 years ago

auk-react-redux v3.0.2

Weekly downloads
2
License
ISC
Repository
github
Last release
10 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

10 years ago

3.0.1

10 years ago

3.0.0

10 years ago

2.2.0

10 years ago

2.1.0

10 years ago

2.0.0

10 years ago

1.0.5

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago