I have a react app and I was wishing I can render components with a nice animation once the user scrolls down just like how you can do it with jQuery, but I wouldn't use the whole jQuery library just for that.
is there's an alternative for that for react components or even just in normal ES6 Javascript?