You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
React Lazy Load Image Component
6
6
===============================
7
7
8
-
React Component to lazy load images and other components/elements. Includes a HOC to track window scroll position to improve performance.
8
+
React Component to lazy load images and other components/elements. Supports IntersectionObserver and includes a HOC to track window scroll position to improve performance.
9
9
10
10
"[_An easy-to-use performant solution to lazy load images in React_](https://medium.com/@aljullu/an-easy-to-use-performant-solution-to-lazy-load-images-in-react-e6752071020c)"
11
11
@@ -26,6 +26,8 @@ React Component to lazy load images and other components/elements. Includes a HO
26
26
* threshold is set to 100px by default and can be modified.
27
27
*`beforeLoad` and `afterLoad` events.
28
28
*`debounce` and `throttle` included by default and configurable.
29
+
* Uses IntersectionObserver for browsers that support it.
0 commit comments