Ask HN: Why Is Bootstrap So Wide-Spread?
As a backend web developer, I'm not very good with design and styling. With that, I tend to lean on templates for projects. The big thing I have noticed, and tend to get annoyed by, is there are so many Bootstrap templates. Even when I pay for a template, Bootstrap. I tried to hire a freelancer once, and I had to go pretty deep in the bids to find someone who didn't use Bootstrap. Nothing wrong with it, I just know that there are other CSS and frontend systems that are simpler to manage than Bootstrap. So why is there so much of this out there?
10 comments
[ 2.6 ms ] story [ 34.9 ms ] threadI am looking at Tailwind, it's pretty interesting.
https://tailwindcss.com/docs/what-is-tailwind/
Like some of the other folks above mentioned, Bootstrap really was one of the first to gain in popularity (thanks, Twitter) and to that end it's no wonder. For the most part it's fairly simple to get started with, there's plenty of pretty decent documentation, and a bajillion examples to gain inspiration (or insight) from.
Personally, I like it. It's not perfect and can be bloaty (that's a technical term, naturally) but in many/most cases it works just fine if you've had some experience with it and know how to tweak things.