DEV Community

Discussion on: The first UI Kit for Bootstrap 5! Using Material Design 2.0

Collapse
 
lemraus profile image
Armel Chausse

From a React developer perspective, the UI framework I had the best success with is Semantic UI React. I tried Material UI React for a while but I found it to be way less intuitive. I used to write style for all of my components in plain CSS or SCSS but I have been way more productive since I stopped reinventing the wheel for each and every button or menu I want to create. I'm wondering what UI framework do you guys use with React?

Collapse
 
cnsr profile image
Yaroslav

I've tried Material UI, Semantic UI and ant.design. Out of the three Semantic UI was the most comfortable to work with. Haven't really used bootstrap in React, but for static sites its my go-to.