That seemed to be true five years back. What is the ideal workflow for someone who wants to focus on the backend for their mvp and want the easiest to provision frontend solution? Something that looks acceptable in design and responsiveness out of the box, and ideally plays well with flask.
I would sincerely prefer something in bare html and not go the react route (it's honestly still a steep learning curve, I'd much rather stick to jquery + HTML, but open to change for sure).
I don't love any of these, but ended up with awsm.css.
Also, re: React: I dislike it for a lot of reasons, but if you're a decent programmer, you can pick it up in under a day. Make sure you start out with create-react-app[2] and use the TypeScript template[3].
1. https://github.com/dbohdan/classless-css
There are people that hate bootstrap but if you know it and want to focus on backend and just get an mvp front end done stick with what you know.
Personally I still really prefer jquery, and bootstrap but it isn’t the fad today.
FWIW: We use Vue on our product and it is based on a bootstrap template which made it a super easy to transition. And I do like vue as it has made things super clean and easy without getting in the way with a heavy framework