RRU 062: Image Lazy Loading in React
Today’s show has the panel discussing image lazy loading in React. Image lazy loading is the notion that images that are below the fold (rendered outside of your browser view when you initially load a page) are deferred and loaded later, so that your page loads faster. As you scroll down the page and things get close, then they are loaded in. This is a commonly suggested performance optimization, but often it doesn’t work well in React. The panelists talk about their experiences with lazy loading and different methods they’ve seen on other sites.
Hosted by
RRU 062: Image Lazy Loading in React
React Round Up
49:14
Share This Episode
Show Notes
- Sentry– use the code “devchat” for $100 credit
- Netlify
- TripleByte
- Justin Bennett
- Thomas Aylott
- Dave Ceddia
- Lighthouse
- Gatsby
- Above the fold optimizations
- Below the fold optimizations
- Crump
- Survive JS on Webpack
- React lazy load image component
- Calibre
- SpeedCurve
- Bundle Analyzer
- Inspect Pack by Formidable Labs
- Cypress
- Github Actions