Hey, I was wondering, is MUI is the typical go-to ...
# random
g
Hey, I was wondering, is MUI is the typical go-to for Material UI components for React? (Any other recommendations welcome too)
d
Typical is a bit strong. It’s extremely popular, robust and has a relatively intuitive API. I’m pretty confident it’s the most widely used React UI library The biggest downside, ime, is that testing is a little annoying because of all the extra divs it tends to use. I recommend it highly.
g
Thanks, I'll try it out!