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
-
R41D3NN1798yUsing a JS framework for this such as Knockout or React. Ensuring you use asynchronous calls were you can.
-
garrettw2698yFoundation and Bootstrap are old news.
I researched both of them for a new project idea, and I was about to use Foundation, but I came across some other info and changed my mind.
The rest of my story is in the README of my new repo: https://github.com/garrettw/vitals
In a nutshell: use Sass because there are flexbox frameworks written for it that will let you use your own semantic class names in place of "col-md-8" and such. Bootstrap, Foundation, and even Bourbon (which is written in Sass) are all float-based grids, so unless you need to support old browsers, flexbox gives you a lot more flexibility in your layout.
Related Rants
-
ahmedam23What only relying on JavaScript for HTML form input validation looks like
-
isaacWeisberg21Me and my wife are software engineers Started dating while doing a project together I guess you could say that...
-
JMoodyFWD48My "Coding Standards" for my dev team 1.) Every developer thinks or have thought their shit don't stink. If y...
Any tips for a better responsive design?
undefined
css3
web development
responsive design
html5