So, I’m starting my React Journey and I had a question about CSS files. Up until now I have always used one CSS file for a project and have seem everyone else do the same.
Now that I’m approaching React, I’ve noticed people using more than one CSS file.
Is it good practice to have a CSS file for each React component? This is what I assume people are doing. I am used to having one big CSS file that holds everything but maybe that’s not the standard of doing things with React.