Hi, friends. If I use some UI frameworks like material ui or primereact, it will save my time but it's really hard to customize. And also, there is limitation to customize. In other words, if I use frameworks, I can't build whatever I want. But If I don't use frameworks at all, it will be hard work and it's not effective. So if someone can suggest an underlying framework, it will be help for me. The framework should be qualified by next things. 1. fully custom. This means it never be conflicted with other css. 2. strong function. This means.. Even though it will take more time, I should make whatever I want through that framework. I just thought about reactstrap, react-bootstrap or just tailwind css but I'm not sure.
Omprakash Sridharan
Software Developer
In my opinion, Material UI is a very much mature and the most popular UI framework for react out there with a veriety of components and new ones frequently released. The support community is huge and welcoming as well. I have presonally build clean and professional looking apps using material ui with less amount of time. Give it a look - material-ui.com
Advantages: Very clean and professional, highly customisable, follows official material design spec. The only downside is that the library when built finally without any optimisations is a bit heavy compared to other frameworks. But there are guides to optimise bundle size and performance of material ui and i think there is a huge future for this framework.