DEV Community

Discussion on: React Progressive Loader

Collapse
 
bthntprlk profile image
batu

Nice work

have you used any polyfill for Intersection Observer API for cross-browser compatability? It’d be great

Collapse
 
yosbelms profile image
Yosbel Marín

There is a link to a polyfill in the end of the readme, you need to include it manually for old browsers compatibility. Here the link github.com/w3c/IntersectionObserve...