-
Updated
May 18, 2020 - JavaScript
code-splitting
Here are 290 public repositories matching this topic...
-
Updated
May 24, 2020 - JavaScript
add mobx example
I'm using this project and want to add mobx for state management.
I'm happy to PR documentation/example with some guidance!
Thoughts? @tirthbodawala
-
Updated
Feb 25, 2020 - HTML
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
-
Updated
May 26, 2020 - TypeScript
Please add more examples, because there is now example on how we can test a component that has been wrapped in the DynamicModuleLoader ?
-
Updated
Apr 16, 2020 - JavaScript
For example:
async function C() {
const res = await fetch();
return res;
}We want a way to rerun the fetch request, probably by rerendering the C component.
Add examples
React Native support
-
Updated
Feb 22, 2018 - JavaScript
-
Updated
May 27, 2020 - TypeScript
-
Updated
Nov 12, 2018 - JavaScript
-
Updated
Jul 28, 2019 - JavaScript
-
Updated
May 15, 2020 - JavaScript
-
Updated
Mar 13, 2020 - TypeScript
-
Updated
Jul 5, 2018 - JavaScript
-
Updated
Apr 30, 2017 - JavaScript
-
Updated
Dec 9, 2017 - JavaScript
-
Updated
Mar 15, 2020 - JavaScript
-
Updated
Apr 27, 2019 - JavaScript
-
Updated
May 12, 2020 - HTML
-
Updated
Jul 5, 2017 - JavaScript
This fiddle is to reproduce the issue.
When trying it, you will notice the async route's transition class is not removed properly.
This link references to this issue.
-
Updated
Mar 31, 2020 - PHP
-
Updated
Jan 3, 2019 - JavaScript
-
Updated
May 25, 2020 - JavaScript
-
Updated
Mar 15, 2020 - JavaScript
-
Updated
Apr 8, 2020 - JavaScript
Improve this page
Add a description, image, and links to the code-splitting topic page so that developers can more easily learn about it.
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."
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
devwebpack build, it ends up being inlined inside ofindex.html, meaning that it will run (and do nothing) inside theWindowClient(i