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
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,8 @@ React Lazy Load Image Component
3
3
4
4
React Component to lazy load images and other components/elements. Includes a HOC to track window scroll position to improve performance.
5
5
6
+
"[_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)"
@@ -21,6 +23,7 @@ React Component to lazy load images and other components/elements. Includes a HO
21
23
*`beforeLoad` and `afterLoad` events.
22
24
*`debounce` and `throttle` included by default and configurable.
23
25
26
+
24
27
## Installation
25
28
26
29
```bash
@@ -71,7 +74,7 @@ export default MyImage;
71
74
72
75
### Using effects
73
76
74
-
`LazyLoadImage` includes several effects ready to be used, they are useful to add visual candy to your application, but are completely optional in case you don't need them or want to implement some other effect.
77
+
`LazyLoadImage` includes several effects ready to be used, they are useful to add visual candy to your application, but are completely optional in case you don't need them or want to implement you own effect.
75
78
76
79
They rely on CSS and the corresponding CSS file must be imported:
0 commit comments