react-view icon indicating copy to clipboard operation
react-view copied to clipboard

A Koa view engine which renders React components on server

Results 7 react-view issues
Sort by recently updated
recently updated
newest added

Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of this project. #### Changes included in this PR - Changes to the following...

还有没有最新的例子,react已经17了,hook这些特性能否支持。

Any chance of this being updated to support the latest and greatest from Facebook? React v15.0.1 is out now and has some really nice features.

``` TypeError: Cannot read property 'filename' of undefined at /Users/nico/node/react-koa2-server/node_modules/koa-react-view/index.js:152:36 at Array.forEach (native) at cleanCache (/Users/nico/node/react-koa2-server/node_modules/koa-react-view/index.js:151:30) at Object.app.context.render (/Users/nico/node/react-koa2-server/node_modules/koa-react-view/index.js:85:9) at home.js:32:21 at /Users/nico/node/react-koa2-server/node_modules/react-router/lib/match.js:65:5 at /Users/nico/node/react-koa2-server/node_modules/react-router/lib/createTransitionManager.js:118:11 at done (/Users/nico/node/react-koa2-server/node_modules/react-router/lib/AsyncUtils.js:79:19) at /Users/nico/node/react-koa2-server/node_modules/react-router/lib/AsyncUtils.js:85:7...

Can you put together a simple isomorphic example? This looks pretty good but I want to make sure I can render both client and server side if need be.