DEV Community

Discussion on: Infinite scrolling in React with intersection observer

Collapse
 
udittakkar profile image
Udit Takkar

Why have to used this ref={setLastElement} ? isn't it supposed to be ref={observer} ?

Collapse
 
rakshit profile image
Rakshit

Read about callback refs for this.