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
This is a review of the dev experience using this component.
I really like the whole concept behind this component with the IntersectionObserver instead of scroll events and this is why I really wanted to use it, but man it was a frustrating experience and after 3 or 4 days of trying to make it work, I'm going to look elsewhere.
The list of issues is:
onIntersection callback triggering like crazy and entering an "infinite loop" that kept on fetching data from the api
unable to properly use it inside a functional parent component
scroll state resetting
Some of the issues could be my fault for not understanding some of the details, but this component does nothing to steer the user to the pit of success, quite the opposite.
I'm sorry to leave such a negative review here, but I think it could be useful for other developers.
The text was updated successfully, but these errors were encountered:
This is a review of the dev experience using this component.
I really like the whole concept behind this component with the
IntersectionObserver
instead of scroll events and this is why I really wanted to use it, but man it was a frustrating experience and after 3 or 4 days of trying to make it work, I'm going to look elsewhere.The list of issues is:
onIntersection
callback triggering like crazy and entering an "infinite loop" that kept on fetching data from the apiSome of the issues could be my fault for not understanding some of the details, but this component does nothing to steer the user to the pit of success, quite the opposite.
I'm sorry to leave such a negative review here, but I think it could be useful for other developers.
The text was updated successfully, but these errors were encountered: