hello guys am working on a project in react like a game , and i have a component which is dependent with many other data (Audio Files , High Quality Images , videos ...) those files are all in the public folder and others in the component directory , i want to wait for all assets to load then i mount my component now in production when the component mounts there is some retard (images loading slowly , audio is playing retarded for the first time only ....) please how to solve that problem.