This is a follow-up question, to this question about theming MUI v5.
Although my questions were answered, I'm still having difficulties understanding where exactly the @emotion/react
API and when the @mui/material/styles
should be used.
I read to the migration guide, while this does answer some 'how to' questions, I don't understand the bigger picture.
When do I use MUI's styling, when emotion's? Why are there two styling solutions? Should I use MUI's ThemeProvider
or Emotion's? What are the differences?
These questions might be trivial to an experienced user, but as someone who's just getting started this is all a lot to take in and understand.