Hacker News new | ask | show | jobs
by nailer 3243 days ago
> 1. It's well known, so anyone who joins the project will know how the framework works or how to use it. A less popular framework will require teaching new developers about it before it's really usable.

This presumes using a framework. Why create a grid system with bootstrap, vs just creating a grid using the CSS that all current browsers support?

Old browsers might be a good answer, but many of us don't have the budget to support such a small amount of devices.

2 comments

>Why create a grid system with bootstrap,

Bootstrap is MUCH much more than a grid system

>vs just creating a grid using the CSS that all current browsers support?

Because the users that contribute to my conversions don't strictly use Chrome and Firefox? Because even if you are using CSS Grid a framework for it would still be a time-saver?

>but many of us don't have the budget to support such a small amount of devices

I don't have the budget to alienate my users using these devices.

Grid works in Safari and edge too. The only thing you get with old browser support these days is IE people. And sure if they're 90% of your conversions, as mentioned in the comment you're replying to, that's great and go for it.
> This presumes using a framework. Why create a grid system with bootstrap, vs just creating a grid using the CSS that all current browsers support?

Speaking from agency world, big win for Bootstrap it's that its so much more than grid system, so once app is exposed to client's IT, they are able to pick it up and build upon it easier than they would've been able to with custom components.