Bootstrap 5.2 Is Out
blog.getbootstrap.com
Bootstrap 5.2 Is Out
1–7 of 7 posts
Re: Bootstrap 5.2 Is Out
#2Anyone else still using and enjoying bootstrap for new projects?
Re: Bootstrap 5.2 Is Out
#3I know tailwind is the star these days, but as a back-end dev, nothing comes close to bootstrap in terms of productivity and aesthetics. I've used tailwind and I like it - I've even paid for tailwind UI - but for crud apps that don't require a lot of custom styling, bootstrap is still my default. Anyone else still using and enjoying bootstrap for new projects?
Re: Bootstrap 5.2 Is Out
#4I did some research and discovered the Intersection Observer API, which seemed like a perfect fit for this use case. I hacked up a basic implementation[1], asked for some feedback, and promptly forgot about it. I was super stoked to see someone else pick up the idea and run with it, doing a much better job than I could have. Open source is fun!
Re: Bootstrap 5.2 Is Out
#5I know tailwind is the star these days, but as a back-end dev, nothing comes close to bootstrap in terms of productivity and aesthetics. I've used tailwind and I like it - I've even paid for tailwind UI - but for crud apps that don't require a lot of custom styling, bootstrap is still my default. Anyone else still using and enjoying bootstrap for new projects?
Tailwind is neat but the lack of component class names means you have to roll your own or embed very specific style classes like shadows, borders, etc in to every component.
Re: Bootstrap 5.2 Is Out
#6Re: Bootstrap 5.2 Is Out
#7I know tailwind is the star these days, but as a back-end dev, nothing comes close to bootstrap in terms of productivity and aesthetics. I've used tailwind and I like it - I've even paid for tailwind UI - but for crud apps that don't require a lot of custom styling, bootstrap is still my default. Anyone else still using and enjoying bootstrap for new projects?