stephane-monnot / react-vertical-timeline

Vertical timeline for React.js
https://stephane-monnot.github.io/react-vertical-timeline/
MIT License
1.08k stars 158 forks source link

Migrate from react-visibility-sensor to react-intersection-observer #63

Closed amngupta closed 4 years ago

amngupta commented 4 years ago

react-visibility-sensor is unmaintained and not designed to be consumed through ESM. joshwnj/react-visibility-sensor#148

react-intersection-observer is maintained and has a hooks API.

https://github.com/thebuilder/react-intersection-observer

stephane-monnot commented 4 years ago

If I have time, I will work on it. If you want to submit a PR, you are welcome ;)