Giter VIP home page Giter VIP logo

Comments (8)

tomatau avatar tomatau commented on August 27, 2024

Hey @mclouvem - I've never attempted dynamic routes myself but I assume that you'll need to provide a way for the server code to load routes if they match the request. So you might need something like this:

if (typeof require.ensure !== "function") require.ensure = (d, c) => c(require)

from breko-hub.

mclouvem avatar mclouvem commented on August 27, 2024

Thanks @tomatau for this quick answer. I'm gonna try this. One last question... you mentioned an sample app using this starter kit, so do you have some sample that you can share? I'm quite newbie on redux stuff.
I'm searching for a Koa starter kit, and yours seems really great.

from breko-hub.

tomatau avatar tomatau commented on August 27, 2024

Hey @mclouvem -- sorry I don't have that ready yet. There's just the example FooRoute and HeadNavigation that give a bit of direction.

from breko-hub.

mclouvem avatar mclouvem commented on August 27, 2024

@tomatau...I made a simple example and it's working.

I was checking webpack's production settings and there is no compression set. There is a reason for it?

from breko-hub.

tomatau avatar tomatau commented on August 27, 2024

Are you talking about the compression of assets sent from the server? Which version of breko hub are you using and how are you building production? I fixed an issue with asset compression a few weeks back.

from breko-hub.

mclouvem avatar mclouvem commented on August 27, 2024

Maybe you can add this to webpack settings

new webpack.optimize.UglifyJsPlugin({
  compress: {
     screw_ie8: true, // eslint-disable-line camelcase
     warnings: false // Because uglify reports irrelevant warnings.
   }
})

I'm building production using npm run build && npm run start

from breko-hub.

tomatau avatar tomatau commented on August 27, 2024

Want to PR it? Can just add the options to src/config/webpack.production.config.js - I'm working on bugs with redirect.

from breko-hub.

mclouvem avatar mclouvem commented on August 27, 2024

Yes! I'll submit it.

from breko-hub.

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.