I followed the instruction from this post Update style of a component onScroll in React.js to register event listener for scroll event.
I have a React component that ren
Thank you dannyjolie - this work
elementScrollData = (value) => { console.log('elementScrollData ', value); } return ( Scroll element ); }