DEV Community

Discussion on: Native lazy-loading of images with zero Javascript

 
liukonen profile image
Luke Liukonen • Edited

Mads I might have to, thanks! I've been using a combination of Intersection observers, and a plugin, Vue.LazyLoad to handle the late binding of images on my page. It's just disappointing to see native HTML not render like you'd expect to see, but that might be one of the sacrifices you give up when using a framework.

Paul. Since Im just starting out with JS frameworks, I started with Vue. It is growing in popularity, however, React and Angular are still kings at this time.

Thread Thread
 
pfacklam profile image
Paul Facklam

Luke. I am very familiar with React, Angular and even Ember. But I haven't had the chance to look into Vue.js yet.