DEV Community

Discussion on: 6️⃣ Six Reasons to Use Material-UI for React

Collapse
 
szabikr profile image
Szabi

Just started using MUI on a new project a few weeks ago and find the library a bit to verbose, end up with many MUI elements nested in each other. And also the unit testing with react-testing-library seemed a bit difficult, maybe I’m just too new to it.

Can you recommend sources which help to get better with testing and also in general?

Great article, thanks!