-
Lazyloading is popular, let's build in native lazyloading support into the framework. This means it will be light weight, un-opinionated.
https://addyosmani.com/blog/lazy-loading/
-
This issue is a bit weird and hard to reproduce any only happens on high resolution monitors. I can see 57 rows on visible area and during scrolldown, excel grid loads additional +30 rows which is fin…
-
Here is how to progressively enhance the page with smooth scroll and reduce bundle size. It might be interesting to add to the readme.
```js
if (!('scrollBehavior' in document.documentElement.style)…
-
As this is now fairly well supported (https://caniuse.com/#feat=loading-lazy-attr) and degrades gracefully on non-supported browsers (Safari), I think we should add native lazyloading to any images (a…
-
Hello, I've got some question about multiple accoustic models loading and switching.
(Label : question)
First, here the documentation I've read before and I am trying to understand :
### h.2 (laz…
-
Hi! I've found your repository. Nice thing.
But i try to use it with a full angular project using routing and lazyloading.
In fact the project working find but if i try to use lazyloading module wi…
-
### For Feature Requests
Desired Feature:
It would be nice if we can support to transform chart/graph from markdown, it's perfect for developer in case of drawing diagram for visualize the thing…
-
Hello,
I'am trying to customize hmr use on my project to perform some actions when a hmr occurs (ie killing some setInterval).
When I try to add module.hot.accept(xxx...) on different locations (m…
-
Hi,
we use native lazyloading with attr loading="lazy" in image tag. When you are on some slow network (I use for simulation slow 3G, then is slick inicializied before images are loaded a it has wr…
-
Both will work,
but the lazyload class will change to lazyloaded
whenever bgset or data-srcset first finish loading.
Ideal behavior is class change will wait unitl BOTH bgset & datasrcset fini…