by tcper on 7/17/24, 3:41 AM with 2 comments
MUI/ant design/microsoft fluent ui/bootstrap ...
I found the truth, all UI framework just makes your life suffer.
The orignal idea I choose a UI framework is simple: this framwork has plenty of components, and it looks beautiful.
And after you do all the job, the headache begins:
* override some components' default style, maybe waste you a whole day.
* some required functionality is not same as the components' desgin, needs to modify the source code.
* multiple components compose together maybe cause style/function errors.
* Need some config not opened.
And you solve all the stuff, the experiences is zero value, because you can not use this UI framework all the time.
Now, most of time, I do not use any UI framework, develop all the stuff by tailwind, all the world is peaceful.