react-router-server
react-router-server copied to clipboard
Server Side Rendering library for React Router v4.
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...
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.
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...
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...
Hi this is awesome project, but it definitely needs redux support. Is this on the road-map?
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?