Welcome to MyCafeTalk Community

Join our members and make your free account today, giving you the ability to chat with members

Bootstrap or Tailwind CSS

Nova

Registered
Sep 30, 2020
51
1
I used to make use of the bootstrap CSS for years. And I have learned that it was pretty good for my usage and also it turned out to be pretty simple with time and workflow.

I also recently learned about tailwind though I am not actively making use of it but maybe in near future may consider for simple projects as well.

Which among the two CSS framework have you used?
 

TopSilver

Well-Known Member
Administrator
Jan 2, 2023
2,003
247
RE: Bootstrap or Tailwind CSS

I've used Bootstrap quite a bit but have never heard of tailwind. I highly appreciate you sharing with me what you found on bootstrap. Seems quite interesting to me that there could be an alternative like that. I probably will not invest the time in using it though since Bootstrap is so much more popular but still interesting.
 

Entitled Stories

Registered
Jun 26, 2021
8
0
RE: Bootstrap or Tailwind CSS

I use Bootstrap heavily. It's a good framework that for the most part stays out of your way when you want it to, while still giving you a lot of helpful base features, such as breakpoints, nice form fields, etc.

Tailwind looks interesting, but I'm not a fan of the practice of placing extra classes that change the display in the markup. I would rather make a change in the CSS to change the markup of a component, rather than add or remove several classes in the HTML to change the display.
 

TopSilver

Well-Known Member
Administrator
Jan 2, 2023
2,003
247
RE: Bootstrap or Tailwind CSS

Yeah 1@Entitled Stories[/uSER] I am the exact same way. I don't do it for a living but I am extremely good with css. I see people who add extra classes such as "clearfix" and things of that nature. Personally, I just don't see the point of it. For one simple property clear: both you can just add it to the actual class itself. Though for mobile view it can be useful sometimes. Bootstrap isn't something I've learned as I enjoy doing it by hand and from scratch whenever I do actually develop a template but it's one of the most popular.
 

Razor1911

Registered
Jul 1, 2021
101
1
RE: Bootstrap or Tailwind CSS

Bootstrap obviously. It's convenient and easy to use. Also the output is quite nice. I never used tailwind, but as I have gone through user reviews, I don't think it is similar to bootstrap in any means.
 

Joshua Farrell

Registered
Sep 30, 2020
179
3
RE: Bootstrap or Tailwind CSS

I've been trying to keep straight my bootstrap knowledge, and have been working on getting to know the ins and outs of it. While the tailwind website info looks nice, I don't want to end up confusing myself. Best bet for me right now, would be for me to stay on Bootstrap, and keep grinding till I have most of it memorized. :D
 

PixelPioneer

Member
Apr 29, 2024
38
5
I’ve personally been a Bootstrap user for quite some time, and I love its simplicity and ease of use. It’s like a trusty toolkit that never lets me down when I need to quickly prototype or build something that looks good without too much fuss.

On the other hand, I’ve been curious about Tailwind CSS. I appreciate its utility-first approach and how it encourages a more customized design. It seems like a powerful way to write CSS, but I can understand the concerns about having too many classes in the HTML.

I think both frameworks have their merits, and it ultimately comes down to personal preference and the specific needs of your project.
 

MorganicBytes

Member
May 11, 2024
45
7
I’ve had experience using both Bootstrap and Tailwind CSS for different projects. Bootstrap’s component-based library makes it quick and easy to prototype designs, while Tailwind’s approach does offer more customization and control over the styling. Each has its strengths, and I choose between them based on the project I’m working on.
 

Users who are viewing this thread

Top