erikras / erikras/react-redux-universal-hot-example
css/scss style files are not loading
- Dominant language
- JavaScript
- Stars
- 12.1k
- Forks
- 2.5k
- PR merge metrics
- No merged PRs in 30d
Description
Hey,
We are planning to migrate from Backbone to React and I am currently going through this starter-kit to get to know more about integrating react, redux, webpack & router in a isomorphic app. Since, our application is huge and would take significant time to migrate completely, we are looking at different options to support backbone/reactjs coexistence.
I have setup a proxy server in our application and it redirects ajax requests to 'reactjs project' (which is built based on this repo). And then the html ajax response is rendered completely on the web page.
I have observed that styles are broken and many of the css/scss style files have not loaded. I understand that a client-side rendering app might be a better fit in this scenario, but is there any way I can make this work with server-side rendering app? Am I missing something obvious?
Contributor guide
Assessment
This issue has not been assessed yet.