Skip to content
#

code-splitting

Here are 290 public repositories matching this topic...

jeffposnick
jeffposnick commented Dec 7, 2017

The code in https://github.com/vuejs-templates/pwa/blob/development/template/build/service-worker-dev.js is meant to be the content of a service worker file, and will only run as expected if inside of the ServiceWorkerGlobalScope.

However, as part of the dev webpack build, it ends up being inlined inside of index.html, meaning that it will run (and do nothing) inside the WindowClient (i

bug
bradbarrow
bradbarrow commented Mar 8, 2017

Hey, thanks for your work on this.

I use componentWillMount to kick off some redux-thunks that do data fetching for my component on the server side.

Since react-async-component walks the tree to find the async components, it triggers all of the componentWillMount calls...then I still have to render the resulting appWithAsyncComponents with react-dom that invokes all of those `com

Improve this page

Add a description, image, and links to the code-splitting topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the code-splitting topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.