Giter Site home page Giter Site logo

Comments (4)

jedwards1211 avatar jedwards1211 commented on August 25, 2024

Ah, shoot, I was accidentally loading makeRoutes on the server side in dev mode even though they're only meant to be used in prod. In dev mode (which doesn't do full SSR) it doesn't work because there's no babel plugin configured to handle CSS requires.

from crater.

darkadept avatar darkadept commented on August 25, 2024

Ahh that makes sense. I have to admit I still don't 100% understand the createSSR file. It's still magic to me. :-) I'll need to parse over it line by line one of these days. The PR fixes this issue, thanks!

from crater.

jedwards1211 avatar jedwards1211 commented on August 25, 2024

No problem, thanks for reporting this!

from crater.

jedwards1211 avatar jedwards1211 commented on August 25, 2024

createSSR is not too complicated, it parses assets.json which contain paths to the files produced by webpack.config.prod.js. It passes those to <Html>, which creates <script> tags for the assets. The other thing it does it call react-router's match to get all the props for the route requested, and sends those into <Html> as well. The only other tricky thing is it has to do store.dispatch(push(location)) before rendering.

from crater.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.