Looking for some advice on React as a newbie here.
I'm wondering whether each React component should have its own stylesheet.
For instance, if I have my main App component that gets rendered to the browser, is it sufficient to include a CSS file there with all styles or is it preferable to have a separate CSS file for each component?
Appreciate your insights!