react-router-server icon indicating copy to clipboard operation
react-router-server copied to clipboard

Server Side Rendering library for React Router v4.

Results 7 react-router-server issues
Sort by recently updated
recently updated
newest added

I'm getting an endless loop when using the `async` option on CommonChunksPlugin. This config will create a chunk file for common pieces spread throughout split code. If you use the...

bug

Since `renderToString` could directly return the [`result`](https://github.com/gabrielbull/react-router-server/blob/master/src/renderer/renderPass.js#L54) without calling the `resolve()`, the return of `renderPass` could be never resolved.

wontfix

Hi @gabrielbull, thank you for creating this library! I am looking to try it in a library which uses the libraries mentioned for 'async` components for code-splitting. I noticed that...

question

I tried using `react-router-server` in a project that uses `react-intl`. In some components I need to use the intl context that is provided by `react-intl` but if I declare contextTypes...

bug

Hi this is awesome project, but it definitely needs redux support. Is this on the road-map?

question

Hi this is awesome project and targeted at high performance apps it would be great if it would support preact. Is this on the road-map?

enhancement