Hi, I’m new to GSAP and React.
I want to make a dynamic preloader that is based on actual loading progress, not on time or Math.random() values. The site includes images, videos, fonts, and normal DOM content.
Is there a way to track real loading progress and use that value to update a counter or progress bar?
How do you usually access or calculate those loading numbers in a React + GSAP setup?
Any simple guidance would be appreciated. Thanks!