I'm new to web dev and just jumped from vanilla Javascript to React. There was this nice npm package called scrollReveal.js that easily let you expose elements on scroll, but because in React we don't use document.querySelect anymore, there's no way to use this package. I've seen some workarounds with class components but I was wondering if there are any solutions for functional components. Thanks