3.0.2 • Published 8 years ago

auk-react-redux v3.0.2

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

8 years ago

3.0.1

8 years ago

3.0.0

8 years ago

2.2.0

8 years ago

2.1.0

8 years ago

2.0.0

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago