Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
tkdmatze4437yfor the copy-paste snippets from https://bootsnipp.com
its like any other framework, you can re-use a lot of code -
Draedus6857y@tkdmatze Oh . It makes sense . Let me load a library to use this 2 ugly and buggy snippets.
-
Brolls31557yI’m not a web developer. Bootstrap does what the name fucking implies. It literally bootstraps my efforts and work.
It gets a bunch of shit I don’t know, I don’t care about and don’t want to care about out of the way and done.
When I’m doing any work, if something exists to make it faster / easier and reduce the cognitive load, I’m going to damn well use it.
I don’t care if it’s bloated. Fun fact. What I’m building is an enterprise tool, they’re fine with waiting a few seconds for things to load, it literally doesn’t fucking matter if I achieve millisecond latency or not.
This is especially important to me in the utter minefield that is web development. HTML & CSS are barely fit for purpose and JavaScript is an utter fucking clusterfuck of a language.
If something exists to abstract that (software is entirely abstraction) and get me on my merry way to a happy client and a happy wallet, then I literally don’t care. -
cursee171597yNoobs can use it easily.
Seniors can also use it easily and properly if they want.
Working everything from scratch for every project is a bit painful. -
@Torbuntu css grid was made by IE. Did you run it through an auto-prefixer go get the correct IE shit?
IE made css grid, then CSSWG discovered it, improved it and made it a standard. -
@Torbuntu I always autoprefix, for all browsers. Even when it’s not a requirement. So when a visitor for some reason use IE, it looks ok’ish
-
If your download the full bootstrap package for a single aspect, your doing it wrong. Pick and choose what you want to use and let it build you a customized version for use.
-
plokko6017yIf you are developing a web app or CRM modules to be scalable and reusable you need a standard and reusable css framework.
That said bs4 was like f.that! We'll drop bacward compatibility to a more material design concept but without fully committing to it. -
You can use bootstrap if you know what your doing.
1. Easy to get started
2. Great Grid system
3. Base styling for most HTML elements
4. Extensive list of components
5. Bundled JS plugins
6. Good documentation
Pure BE guys can leverage/benefit from Bootstrap 4
Why the fuck would someone use bootstrap . Seriously now . Only for the fucking grid ? For the forms ? For the useless js ? Why ?
rant