DEV Community

Discussion on: Alternative to Bootstrap??? 🤔

Collapse
 
jwp profile image
John Peters • Edited

My thoughts are that using Html 5 Grid and Scss have become so powerful and easy, that other 3rd party style frameworks are dead.

Not everyone agrees but in just 9 months of using only the Html 5 Grid and Scss, I no longer have a reason for anything else.

It's the same thing with querySelectorAll deprecating JQuery.

The Html 5 Grid has deprecated 3rd party CSS frameworks as well as media queries.

But don't take my word, just dive deep into Scss and Html 5 Grid and prove it to yourself.

Collapse
 
Sloan, the sloth mascot
Comment deleted
Collapse
 
giorgosk profile image
Giorgos Kontopoulos 👀

I believe John Peters above is talking about NOT using bootstrap grid but vanilla CSS Grid

Collapse
 
promikecoder2020 profile image
ProMikeCoder2020

Bro jQuery is not just about querySelectorAll. It has lots of other nice features

Collapse
 
jwp profile image
John Peters • Edited

True, but in my current project none of them are needed. Most of what I need is in Angular.

Thread Thread
 
promikecoder2020 profile image
ProMikeCoder2020

Sure... When you use a modern front-end framework you definitely don't not should need something like jQuery