-
```
It would be nice to be able to do something like this:
base2.use("DOM");
base2.use("DOM.extras.scrollIntoView");
base2.use("JSB");
Dojo allows lazy loading like this. It's a very cool feature.
…
-
This should be extremely straightforward.
hafen updated
8 years ago
-
**Is your feature request related to a problem? Please describe.**
The website's optimization is not so good and components take a lot of time to render
**Describe the solution you'd like**
I wil…
-
see https://docs.microsoft.com/en-us/aspnet/core/blazor/webassembly-lazy-load-assemblies?view=aspnetcore-6.0
* After reviewing it, that does not help, yet. It refers to assemblies. Unless the game da…
-
Hi, I have a problem with the scroll. It always shows the same rows (i.e. 21-59). If I scroll down to the end of the scroll bar, with the mouse wheel, it loads the next rows (they are visible for a fe…
-
We can provide different persist reducer configs but is there a way I can use multiple PersistGates with those configs and prevent the delay it takes to rehydrate the entire offline state of the app. …
-
There are a couple of things that I wanted to bring up and possibly offer solutions. @hakonanes maybe you can tell me if these are reasonable or not.
##Overlap causing RAM Spikes
---------------…
-
This plugin fails on pages that load some content after landing and fails to process any loading after a 301 or 302. I suspect it is now confused about the origin of the request. We should probably st…
-
Hi there,
wonder if there is config parameter to control lazy loading.
For example (from doc) instead of:
```javascript
const Items = {};
import _wcImport from "./dir/a";
Items.A = _wcImport;
`…
-
```
It would be nice to be able to do something like this:
base2.use("DOM");
base2.use("DOM.extras.scrollIntoView");
base2.use("JSB");
Dojo allows lazy loading like this. It's a very cool feature.
…