DEV Community

Pablo Herrero
Pablo Herrero

Posted on

Alternative to Bootstrap??? πŸ€”

hey!

As a newbie, when I started in web development I went straight to Bootstrap.

Today I found this post where they say it is outdated.

Tell me, what should I wear? What is trend? Pure CSS? Some other framework?

Thanks, as always.

Oldest comments (40)

Collapse
 
bonfiglioalessio profile image
<A.BONFIGLIO/>

I suggest Tailwind CSS.
There are also Bulma css, foundation, semantic ui, UI kit, materialize css, skeleton, Spectre and other πŸ˜‚πŸ˜‚πŸ”₯

Collapse
 
madza profile image
Madza • Edited

I believe Atomic CSS holds the most future potential πŸ˜‰
For now its Tailwind, especially when paired with Svelte πŸ”₯πŸ”₯

For more, I did an article about styling options πŸŽ¨πŸ–ŒπŸ“š

Collapse
 
ahferroin7 profile image
Austin S. Hemmelgarn

It's not ’outdated’ so much as ’old news’ and ’limiting’. Bootstrap is perfectly serviceable, it’s just big, not β€˜new’ (and therefore not β€˜cool’, lots of developers unfortunately use this as a measure of how good something is instead of simply evaluating it on it’s merits), and imposes some potentially undesirable limitations (though one of the big ones, dependence on JQuery, is planned to be removed in Bootstrap 5, when that eventually comes out...).

Tailwind is one of the better β€˜modern’ options right now if you’re looking for building blocks for your own design, it’s reasonably lightweight and very powerful.

For cases where you just need a style β€˜reset’ that gives you consistency across browsers for simple sites, I’d recommend Water.css, it’s tiny, looks reasonably nice, and works almost everywhere.

I’ve also heard good things about Bulma, though unlike the others I’ve never touched it myself so I can’t really comment on how good it is.

Collapse
 
louislow profile image
Louis Low

...and Yogurt as well.

Collapse
 
tgotwig profile image
Thomas Gotwig • Edited

Shoelace is more modern I think, because it builds up on Web Components πŸ“¦

Collapse
 
llagerlof profile image
Lawrence Lagerlof

Tailwind CSS. It's elegant, easy and powerful. Try the playground.

Collapse
 
ginaldolaranjeiras profile image
Ginaldo Laranjeiras

There is PureCSS and my favorite, Material Design for Web.

Collapse
 
patarapolw profile image
Pacharapol Withayasakpunt • Edited

If I had to go most radical, I would say,

  • normalize.css or CSS reset
  • web component library
  • atomic CSS (but I don't like Tailwind in that I have to set up CSS purge)
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

Collapse
 
crimsonmed profile image
MΓ©dΓ©ric Burlet

scss with flexbox is all you need!

I do have a small kink for bulma though

Collapse
 
theonlybeardedbeast profile image
TheOnlyBeardedBeast

Wtite your own πŸ™‚

Collapse
 
louislow profile image
Louis Low

Yeah, this way you don't have to argue which features you like or hate or even don't have.

Collapse
 
theonlybeardedbeast profile image
TheOnlyBeardedBeast

Exatly, and you wont have to handle unused code.

Collapse
 
nikhilmwarrier profile image
nikhilmwarrier • Edited

Hey, I ❀️ materializecss, It's kinda cool and flat and modern....
Also, check out Halfmoon. It is a modernized Bootstrap with builtin dark mode...

Collapse
 
moopet profile image
Ben Sinclair

I would say to use Sass until nesting becomes part of CSS, and to write semantic markup. You don't need anything else, and things like Bootstrap hold back long-term progress in favour of short-term ease.

Collapse
 
pclundaahl profile image
Patrick Charles-Lundaahl

+1 on this.

I've known a couple of people who lean on Bootstrap and use it to avoid learning the fundamentals. I know there are a million things to learn, and it's easy to feel like you're missing out on the latest shiny tool, but I genuinely believe it's unprofessional to not gain at least base proficiency with the fundamentals.

Collapse
 
farukh profile image
Farukh

I suggest the tailwind CSS because its work with material UI perfectly fine and there is no any backlog right now.

Collapse
 
dudelybhai profile image
Mohammed Safi

Tailwindcss

Some comments may only be visible to logged-in visitors. Sign in to view all comments.