DEV Community

Discussion on: React infinite scroll in few lines

Collapse
 
benupham profile image
benupham

How would I turn off this observer when certain conditions are met, for example if some state changes (ie, I make it to the last set of items/last page)? I've tried observer.disconnect inside the useEffect hook, but it does not seem to work.