Skip to content

Instantly share code, notes, and snippets.

@udittyagi
Created October 29, 2019 13:42
Show Gist options
  • Save udittyagi/0d16796ee10e20c7757615f1708292be to your computer and use it in GitHub Desktop.
Save udittyagi/0d16796ee10e20c7757615f1708292be to your computer and use it in GitHub Desktop.
useEffect(() => {
if (data.length) {
let img = Array.from(document.getElementsByClassName('lazy'));
setElements(img)
}
}, [data, setElements])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment