As someone diving into the world of Web Development, I am currently honing my skills in React.js. I have grasped the concept of creating Components in React and applying styles to them.
I'm curious, would separating CSS files for each React Component result in faster loading times for the app? Would it be more efficient for the browser to load smaller CSS files instead of one large file?
I'm also interested in understanding how React handles the loading of CSS files in the browser. Should I opt for separate CSS files for individual React Components?