Giter VIP home page Giter VIP logo

Comments (3)

SudharsanSukumar avatar SudharsanSukumar commented on May 18, 2024 1

I tried your second option but it registered as inView multiple times and loaded too many items.

I ended up setting the key prop and it seems to have worked. I actually didn't now that's how you force recreation, great idea!

Thanks for this package it's fantastic and allows us to do a whole bunch of really cool things super easily!

Thanks,
Dharsan

from react-intersection-observer.

thebuilder avatar thebuilder commented on May 18, 2024 1

The render prop is called on all renders, so it would be up to you to determine if the value actually changed. Hence it would be better to use the onChange since it does that for you. :)

from react-intersection-observer.

thebuilder avatar thebuilder commented on May 18, 2024

I think i'd need to see how you are handling onChange and updating the view. There could potentially be an issue with how the state is updated.

A solution could be to change the key prop for the <Observer> after an update, to ensure it's recreated.

To get the inView value outside onChange you'd have to use the render props method. It will call your function with the current value of inView.

from react-intersection-observer.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.