Hey everyone I am in a confusion that what css framework shall I use for my projects Bootstrap or Tailwind? Comment down advantages and di...
For further actions, you may consider blocking this person and/or reporting abuse
Well, to be brutally honest here,
I feel that you should only use CSS frameworks to build websites in a short period of time (like a code jam or if your boss gives you a project). Using pure CSS without a framework can let you build websites tailored to the client or yourself, which is great.
But if you really want me to decide
I feel that choose whatever you want. They are equally good. Use both in fact. Like what @natescode said, each have their own features, pros and cons. Although I had never tried out Tailwind, they seem good to me. So do it, get out there and write some CSS! Maybe you can show me websites you made with these 2 frameworks!
Ok I'll try using both of them.
Thanks for interacting.
Tailwind 💯. For one thing, when you learn Tailwind, you are still learning CSS (although, it's advisable to maybe do some vanilla CSS first).
When you are learning Bootstrap, you are really just learning Bootstrap magic classes that do a lot for you, but aren't really transferable.
The difference is that Tailwind is a utility library. You are still writing CSS using their classes (and various customizations, if desired), but those each translate to just 1-2 CSS rules at a time. U are just saving the time and trouble of having to jump into a separate CSS file and adding selectors,
{}
, etc.Bootstrap is a full blown framework.
Ok, thanks for sharing I didn't knew that 🙂
Try stylifycss.com ❤️.
It's a library that uses pure CSS selectors to generate optimized CSS. You don't have to study anything.
Just write selectors, get CSS and define components, variables and etc if you need to.
Ok I'll try
Tailwindcss is very nice, Bootstrap I use its grid system and some interactive components like collapse. So HTML will be.
Also I converted mobile first to PC first
Ok, thanks for your time
Hey everyone, I'm seeing that this post is getting more and more views faster than any other and thanks for that, but I want your thoughts on Bootstrap Vs Tailwind kindly comment your thought here.
Thanks.
I'm using picocss and I'm fine with that. Maybe you can try picocss.com/
Ok thanks for the suggestion, I'll surely try it out.
Yeah, they have to deign things fast!
Ok thanks for you time
Thanks for sharing.
Hi Nathan Hedglin, I want to know the pros and cons of using Tailwind And Bootstrap eg are they customizable,? which one is seo friendly ?, which one is lighter? etc etc.