[1] https://www.machmetrics.com/speed-blog/how-to-lazy-loading-i...
In my almost 20 years of development experience, I find my todo list extremely long. And a core principle that has served me well is that if a feature is coming to the browsers for free, it's cheaper and easier to wait for the feature instead of spending real time/money building a cheap copy of it, and then having to rip it out a year later for the native feature.
"Feature patience" seems a fitting description.
I have recently used IntersectionObserver to replace scroll event functionality (modifying sticky positioned headers) and it's great for that, but I don't want to use it for lazy loading, seems like way to much work.
[0] https://groups.google.com/a/chromium.org/forum/#!msg/blink-d...
Holy crap, I knew big G hates users but this level on condescension is off the charts!