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
-
lotd79227yAye.
Ain't missing the media query every damn thing times one bit.
Although with html5, you can get away with just defaulting a lot of it.. :) -
Frameworks are great for learning, but there's so many modern tools for writing css now that make it so fast to just roll your own grid system and go from there. Wayyyy less bloated that way too.
-
Root825087y@rewert which frameworks do you prefer?
Specifically I'm looking for a very tiny responsive grid system, but I'm also curious in general. -
while15377y@Ashkin Honestly...Bootstrap. Probably only cause I learned it first. Tried Foundation but it did sit right with me.
But that's unfair cause I tried to learn it while bein preoccupied with other things. -
Root825087y@rewert bootstrap :(
it's functional and useful, but it just feels so tired and common. -
while15377y@Ashkin yeah I know what you mean, but I go by the logic, "if it ain't broke, don't fix it".
It was the first framework I learned, it gets the job done so I just kinda stuck with it -
Root825087y@waqas-ibrahim haha
I much prefer writing my own styles.
But for large projects with a bunch of css-nubs for coworkers, I really need a framework to hold their hand. -
@Ashkin The whole purpose of frameworks like bootstrap was to be used for quickly putting some ui together for quick demonstrations not to be used as a base. I get that frameworks like materialize and semantic ui are a complete ui package but I hate that how you get limited with what the framework offers and building on top of that is really messy.
Related Rants
Ten hours of making a fully responsive website for a gf's university class in only pure HTML and CSS made me realize how much I take frameworks for granted.
undefined
frameworks
thank you for existing