As a beginner with Material UI, I'm curious about when to use props within the .jsx script and when to utilize CSS in a separate stylesheet to style MUI elements. Is it necessary to still incorporate CSS stylesheets for MUI elements or is it preferable to use CSS or sx={{}}
prop? Should styling be saved for non-MUI elements exclusively?
While I appreciate that MUI offers us the tools to make style adjustments using props, I also acknowledge the importance of maintaining a separation of concerns, hence my inquiry.
Thank you for your insights!