Git Product home page Git Product logo

universal-boilerplate's People

Contributors

justinjung04 avatar yipjustin avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

universal-boilerplate's Issues

Some questions

Hi Justin,

Nice tutorial, it's very helpful! I am new to server side rendering, so I have a question, in the middleware.js we are still using <script src='bundle.js'></script>, is there any reason we are doing that? I mean if we are downloading the production webpack bundle, then what's the difference between server side rendering and client side rendering?

Page load is empty with Chrome devtools open

Hi,

Thanks very much for this. Looks promising. I am having an issue whereby the page loads blank if I have Chrome dev tools open. This is after issuing the npm start command. It works fine if I run npm run build followed by npm run serve.

Could it be a node version issue?

QUESTION: How do I pass data to a child container when using server rendering

Hi,
Thanks for the post and the example.
I'm using your boilerplate code in my app and the only thing missing is that I need to pass some data (result of an ajax call) to one of my containers (to fix SEO issues).

The app's stucture is something like this:

<App>
    ...
    <UsersPage>
    ...
</App>

and I need to pass the data to the the UsersPage container.
There are a lot of examples out there, but most contain usage of jade or other node related objects and your example is much more clear.

Could you assist?

BTW, I'm not using the Redux part just simple data binding...

Thanks in advance.

QUESTION : Source map not config?

Hi, Thanks for this awesome boilerplate! I try like 100 and yours is nearly best!
One thing I miss and can't make it work is sourcemap, even I add

    devtool: process.env.NODE_ENV === 'development' ? 'cheap-module-eval-source-map' : 'source-map',

But no sourcemap is create, maybe I miss something?

Thanks!

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.