Coder Social home page Coder Social logo

Comments (5)

tomitrescak avatar tomitrescak commented on September 24, 2024

👍 it takes a looooong time now;)

from meteor-webpack-react.

jthomaschewski avatar jthomaschewski commented on September 24, 2024

Yes I think that's the way to go.

Other idea I had: What about using a webpack plugin to split the server bundle into smaller chunks. If such a plugin would only touch chunks which include contents of changed files meteor would only reload changed chunks.
If that's not possible it could be still an improvement to use a chunk plugin to split vendor code from user core (could be done automatically by crawling package.json) and have a vendor bundle and a server bundle.
Vendor code wouldn't have to be loaded every time

from meteor-webpack-react.

jedwards1211 avatar jedwards1211 commented on September 24, 2024

I do still want to investigate loading code into the server out of webpack-dev-server, but if that doesn't work code splitting would definitely be nice. Not sure how what kind of code splitting settings would be appropriate for a skeleton project though (right now there's not really any vendor code), that usually depends on a given project's structure.

from meteor-webpack-react.

jedwards1211 avatar jedwards1211 commented on September 24, 2024

Also I'd like to eventually make generalized scripts where you say "hey, I want to run this webpack config on the server side in dev mode" (or client side) and it automatically figures out where to put things in Meteor, using the stats from Webpack output to get the list of assets it needs to put into Meteor.

from meteor-webpack-react.

jedwards1211 avatar jedwards1211 commented on September 24, 2024

@JBBr as far as code splitting on the client side, I need to figure out how to make Meteor serve up the non-entry js bundles as static assets

from meteor-webpack-react.

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.