Giter Site home page Giter Site logo

Comments (4)

richardscarrott avatar richardscarrott commented on May 20, 2024

I'm using react-loadable in the 60fram.es boilerplate, e.g. https://github.com/60frames/react-boilerplate/blob/master/src/components/index/IndexLoadable.js

NOTE: It uses an older version of react-loadable, a more recent version I used on another project required the use of their babel plugin or you need to manually faff around with import-inspector

The key is to disable code splitting when SSRing with:

new webpack.optimize.LimitChunkCountPlugin({
    maxChunks: 1
})

from webpack-hot-server-middleware.

amangeot avatar amangeot commented on May 20, 2024

I eventually have the time to look at the boilerplate, it sounds very promising, thank you @richardscarrott

Have you considered webpack v3, react-router v4 and react-loadable v5?

I'd like to use the last versions, did you encounter any issue with those for SSR with data fetching and code splitting?

from webpack-hot-server-middleware.

richardscarrott avatar richardscarrott commented on May 20, 2024

I've got code splitting working on a private project using Webpack v3 and react-loadable v5, no real problems with those.

I've avoided upgrading to React Router v4 on any projects because the departure from a centralised config means it's no longer possible to match components before rendering to determine data dependencies.

I've heard https://github.com/ReactTraining/react-router/tree/master/packages/react-router-config is a potential solution but tbh it doesn't seem like it has first class support from the react-router team.

from webpack-hot-server-middleware.

hedgepigdaniel avatar hedgepigdaniel commented on May 20, 2024

Check out react-universal-component, redux-first-router, and redux-first-router-demo

from webpack-hot-server-middleware.

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.