gabrielbull / react-router-server

Server Side Rendering library for React Router v4.
MIT License
434 stars 17 forks source link

React-Universal-Component/React-Async-Component/React-Loadable #30

Open oyeanuj opened 7 years ago

oyeanuj commented 7 years ago

Hi @gabrielbull, thank you for creating this library! I am looking to try it in a library which uses the libraries mentioned for 'asynccomponents for code-splitting. I noticed that this library has an export called` as well.

So, I am curious if you think this library would be compatible alongside those libraries if I don't use the <Module /> component or would the <Module /> component need to replace those libraries? And if replace, I'd love to understand the differences between these set of libraries and <Module /> components from you - pros/cons/tradeoffs?

Thank you!