Skip to content

Releases: roderickhsiao/react-in-viewport

Fix issue that sometime the element doesn't show as inViewport

Performance enhacement

08 Jan 09:41
beed386
Compare
Choose a tag to compare

Avoid children re-render by passing static function instead of creating new function on each render #4

Upgrade IntersectionObserver polyfill

Set inViewport to false when element is no longer in viewport

30 Nov 22:51
e23bf65
Compare
Choose a tag to compare

Thanks @Zeikko #1

The PR allows component to be aware of the change of in/out viewport.