Тёмный

Should You Use Bootstrap? 

Web Dev Simplified
Подписаться 1,6 млн
Просмотров 274 тыс.
50% 1

Опубликовано:

 

26 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 517   
@levonjacks
@levonjacks 4 года назад
The only guy who really knew what explanations I needed.
@tanzimibthesam5861
@tanzimibthesam5861 4 года назад
If you like designing and work in a team where design is done separately u should write vanilla css. For a full stack developer more on backend bootstrap is a life saver
@clintonnzedimma7501
@clintonnzedimma7501 4 года назад
Tanzim Ibthesam I agree
@amyp.575
@amyp.575 4 года назад
That's what he said.
@nvmffs
@nvmffs 4 года назад
I don't get it though. Can't you do both? I mean, can't you just include bootstrap but only use it where you don't care much about customization. The rest you can still do vanilla
@tanzimibthesam5861
@tanzimibthesam5861 4 года назад
@@nvmffs You can do everything with css why just use it for responsiveness rather use Tailwind
@yungifez
@yungifez 3 года назад
Agreed
@bankhorvath420
@bankhorvath420 4 года назад
Amazing comparison between Bootstrap and plain CSS. I really like that you bring up examples and talk about different scenarios. The best is that you don't want to sell Bootstrap as some people do in other videos but you stay objective explaining what Bootstrap is really useful for. It's a real help, thank you!
@WebDevSimplified
@WebDevSimplified 4 года назад
I'm glad you enjoyed my explanation. I generally prefer doing custom CSS but there are so many cases where having a library like Bootstrap is so useful. A lot of my recent backend projects are Bootstrap projects.
@paujoan401
@paujoan401 4 года назад
I recommend a lot SASS, it's a preprocessor but it makes it A LOT easier to write and organize CSS. You can also create your "own" framework with it.
@unabonger777
@unabonger777 4 года назад
@Nikola Kretschmer I'm pretty sure the curly braces are in the same place on the mac. Have you looked there?
@LongBoy.0
@LongBoy.0 3 года назад
Plus, modular SASS in react is amazing
@paujoan401
@paujoan401 3 года назад
@@LongBoy.0 Hey, I'm using this SASS mixins all the time in enterprise projects... They are really handfull, wanted to share :). github.com/PawFV/SASS-mixins-for-all-projects
@jimhalpert9803
@jimhalpert9803 3 года назад
SASS is amazing. Started using it like 3 days ago. Absolutely incredible stuff.
@LongBoy.0
@LongBoy.0 3 года назад
@@paujoan401 Thanks for sharing! I actually use Bulma for a lot of my work and it comes with quite a bit of these.
@KeepLearing
@KeepLearing 3 года назад
I totally agreed with him!! I've learnt so much from cracking every little single details in styling myself and mostly from this guy here! If you want to learn and be good at something, do it and do it from scratch!! But yeah if you're so good at it now and want to save a bit of time then use bootstrap.
@Abstractor21
@Abstractor21 2 года назад
I mean, if you like backend, learning bootstrap is better. Fullstack developers more on the backend side are still benefited by using bootstrap. The only exception would be a frontend developer.
@darkcloud13579
@darkcloud13579 4 года назад
This is a very logical and well put together explanation on the pros and cons of using Bootstrap. Thanks for taking the time to make the video!
@leandrozanardo1046
@leandrozanardo1046 3 года назад
Bootstrap is a really life savier. As a developer I must say It save me so much time and it so pratical that I have zero complainings about using bootstrap. Also, if you want to customize something really differnt to the framework, just don't use the classes, just make it yourself as usual. And the documentation is also awesome. Cheers to all webdevelopers!!!
@FransGamingLow
@FransGamingLow 3 года назад
Yes. Bootstrap helps me a lot to save my time.
@ZSd4cT
@ZSd4cT 3 года назад
In my job I have to make a lot of quick sites for impatient clients so yeah, Bootstrap is great. I save my vanilla CSS skills to more personalized projects.
@MaryamMaqdisi
@MaryamMaqdisi 2 года назад
Bootstrap has my most favorite documentation ever, it's clear, concise and very visual, and it avoids overwhelming you with extra details, it's so approachable even for non fluent English speakers
@LoVeAnDEy
@LoVeAnDEy 4 года назад
I just started learning web development a couple months ago and I can’t tell you how much I NEEDED to hear this. I’ve been asking myself this question so much after discovering bootstrap, and this answered it in such a practical way
@timbl4189
@timbl4189 4 года назад
Same thing.
@timbl4189
@timbl4189 4 года назад
Thank you, Web Dev Simplified)
@yosuanicolaus
@yosuanicolaus 2 года назад
So... Are you using it or not?
@nhering1
@nhering1 4 года назад
I completely agree. I wish my employer understood that. They seem to think that because it's popular that means it's better for every use case. I recently got put in a situation where I had to write a moderately complex UI and I just couldn't have done it if I used Bootstrap. So, instead of asking permission, I asked for forgiveness (I'm not endorsing that approach but I had to accomplish the goal) And my code reviewer completely understood when he saw what I did. The HTML was much easier to read and it's much more maintainable in the end.
@Scottyhutch1
@Scottyhutch1 4 года назад
Love the raw, no fuss style you have, bro. Unlike the majority of RU-vid. Keep the lessons comg. Cheers
@poteaucedar4403
@poteaucedar4403 2 года назад
Thank you! I’ve watched so many videos about Bootstrap, but you’ve explained it better in 3 minutes then a 20 minute video
@Wanderer2035
@Wanderer2035 Год назад
If your a front end developer, use vanilla css. If your a full stack developer, use bootstrap css
@bhoot1702
@bhoot1702 2 года назад
Thank you I'm learn Front-end and was confused when I saw bootstrap thinking it will be good but in my back of my mind I didn't want to use bootstrap and this video cleared my doubt
@tomisinergy4963
@tomisinergy4963 4 года назад
This man tels the truth i was just spend 3 mounths to learn CSS and you dont need any css Framework like bootstrap to make design
@willysnowman
@willysnowman 4 года назад
This makes a lot of sense. I have been in a scrum with bootstrap ever since I started to customize.
@PeterJohnsonWales
@PeterJohnsonWales 4 года назад
Me too. I think this has given me the confidence to dump it and plough my own furrow
@shahmirfaisal8162
@shahmirfaisal8162 4 года назад
I use bootstrap just for the grid sytem and for navbar because this saves my time from writing my own media quries and css grid Except this is use custom css
@rallokkcaz
@rallokkcaz 4 года назад
CSS grid is dead simple, and so are media queries, especially if you use SCSS or some other preprocessor.
@samaromin4426
@samaromin4426 4 года назад
the collapse though
@pawerafako6116
@pawerafako6116 4 года назад
@@rallokkcaz and CSS Grid + media queries are even more simple when you use grid-template-areas prop :)
@YONS_
@YONS_ 4 года назад
Then you should consider using PurgeCss to get rid of all the unnecessary classes, or start using a lighter css framework like skeleton
@MagiixHDx
@MagiixHDx 4 года назад
@@YONS_or you could just import bootstrap's grid css file instead of the whole framework
@okandme
@okandme 4 года назад
I fell in love with bootstrap, scss and jquery
@matthewtrow5698
@matthewtrow5698 4 года назад
"You don't need to know CSS" You actually do - whilst you can get by without knowing it, to really utilise the power of frameworks, you need to know CSS. "Bootstrap is best for projects that don't change much" Seriously, this comes down to knowing CSS and knowing how to manipulate a framework. It's the biggest mistake detractors of frameworks make. They view the framework as a whole, instead of a series of components! Sure, if you use the entire bootstrap framework and spend hours overriding styles and struggling to make your site look like a design? You are doing it so wrong. You can take *any* part of a well written CSS framework and lift it out of the framework, into your own. Like the grid? Heck, just lift it - stick it in your own project. Don't feel like recreating all the form styles? Then just pick the forms part of a framework. This is where you *have* to know css and scss. Why would you do this though? Well, it's simple. Bootstrap and frameworks like it, have had thousands of eyes on the code, hundreds of contributors. They've gone through all of the gruntwork, the pain barriers of getting things working in different browsers. They've gone through the optimisation, the modularisation of the code that makes up a framework. Why would you re-invent it? Ultimately, you will just end up creating your own framework - and I can bet, at the end of it, it will be a bit like bootstrap, but not as good. So, why wouldn't you use it? Well, there's lots of reasons. You may be looking for the cutting edge of CSS - frameworks are always going to be behind the curve. The bottom line here is very much one of experience. Those with a lot of experience will either recognise bootstrap as being a high quality starting point, or a place to get ideas or will hate it. Hating it is pointless. Use it as a reference if you must - it will improve your CSS, it will improve your understanding of modularity, of semantics. It will give you ideas about patterns - when you start extending bootstrap, you will suddenly understand just how clever it is. If you don't understand what Bootstrap is doing, you really shouldn't be trying to make your own framework in the first instance. And if you are working on a big project and are NOT using a framework - either by developing your own, or using a third party one, or a combination of the two (the best option) - you really don't know what you are doing at all. Your CSS, in a few months to years, will end up becoming an unmaintainable mess. The clue is in the name - it's a FRAMEWORK - that doesn't mean you need to use all of it. That doesn't mean you can't extend it. You need to understand that MANY of the problems you may face when crafting your own CSS, have been resolved in frameworks. Yep, you can find those same resolutions all over the web - in stackoverflow comments, or articles or whatever. OR, you can look to popular frameworks and magpie code. THAT is how frameworks are used properly.
@trappedcat3615
@trappedcat3615 4 года назад
Here's the actual quote from the video -- "...you don't really need to know css in order to use these frameworks." true
@agniwebdev774
@agniwebdev774 4 года назад
Thanks man.
@matthewtrow5698
@matthewtrow5698 4 года назад
@@trappedcat3615 Yep, true, but if you want to modify, then you at least need know how to change the variables and recompile - that's about all you can do. This is perfectly fine for some use cases - notably, back-end developers wanting a framework or even for basic prototyping - css frameworks can excel at that. However, the moment you start needing to do more, you have to get your hands dirty and dive into the code.
@trappedcat3615
@trappedcat3615 4 года назад
@@matthewtrow5698 true. Knowing CSS is essential in the real world.
@oscardiaz9170
@oscardiaz9170 4 года назад
Lol no
@gutierrezgillouis426
@gutierrezgillouis426 3 года назад
If you are focusing in front end definitely you need to learn CSS and make your own styling.. Some client nowadays are strictly in design.
@ourcore
@ourcore 3 года назад
100% agree! I always felt like CSS frameworks were over-used.
@tisferry8205
@tisferry8205 4 года назад
Very well explained. Thanks! Love your vids!
@WebDevSimplified
@WebDevSimplified 4 года назад
Thank you! I'm glad you liked it.
@rtnjo6936
@rtnjo6936 4 года назад
i'm big fan of Mr.Robot and you very remind me the normal version of him, where he went to web instead of hacking xD
@Vajkone18
@Vajkone18 3 года назад
now I cant unsee it xD
@seananih7609
@seananih7609 4 года назад
Thank you. I’m going to learn React shortly and that info you gave about it not working well with Bootstrap (cuz of Jquery) helped me avoid wasting time on trying to learn it👍🏾
@jamjam3448
@jamjam3448 4 года назад
Same here
@YieFallah
@YieFallah Год назад
Thank you so much this is really helpful...I have been look for videos like this for the past days, but I never had a clear satisfaction on what to decide on...thanks a lot bro
@MI982
@MI982 3 года назад
4:48
@NicChap
@NicChap 3 года назад
Just discovered your channel and I am impressed! Perfectly explained and to the point. Keep up the great work!
@talidesign
@talidesign 4 года назад
Since I started very recently to learn coding CSS and HTML, never been attracted by Bootstrap. I decided to investigate it, as some people talk amazing things about it. "Simple, fast, and you do not need to know to code", they say. I thought sure, when you don't know JS for some staff as nav bar it can be useful, but after seeing your video, I got it clear. I love design, I find buts almost every time as things don't look as I had imagine. So bootstrap it's not for me. Thanks for your explanation.
@codingwithanonymous890
@codingwithanonymous890 4 года назад
same bootstrap is for learners who dont know designing in css i agrre with u
@MishaelUde
@MishaelUde 2 месяца назад
Do you deslike bootstrap because it doesn't give you the designs you want for your elements
@alzamer88
@alzamer88 3 года назад
it does not have to be either all or nothing with bootstrap. you can use SASS with bootstrap to only import the needed parts of the bootstrap CSS. also, you can customize the look and feel of bootstrap and it can look quite different compared to the standard bootstrap look and feel. regarding the frontend frameworks like React. you can actually find libraries that implement the bootstrap for you and they take care of the JS code so you don't have to worry about JQuery. for example "reactstrap" is one such library
@tristan7352
@tristan7352 4 года назад
I really appreciate it, you help me have a general view about yes or not bootstrap. So will you make a video "Should you use jQuery" like this?
@nkod4
@nkod4 4 года назад
If you want to customize a Boostrap website, it's more easy to work with SASS. When you know SASS, you understand how Boostrap works, and it's more interresting in my opinion. Thanks for your vid, I suscribe ;)
@bryanltobing
@bryanltobing 4 года назад
Thanks bro. I will learn sass later
@shevanvfx
@shevanvfx Месяц назад
finally the video i wanted, 100% agree with this bro. smart
@thekyser
@thekyser 4 года назад
Great explanation man, thanks, you save hours of training with bootstrap
@ronster141
@ronster141 3 года назад
Another top-shelf video kid! Keep up the great work :)
@mrmyko
@mrmyko 8 месяцев назад
I do both, I use bootstrap for certain features, like the nav, cards, rows, cols, things like that, but not for any customized css.
@jaffaji
@jaffaji 3 года назад
Really nice judgement bro. Thanks
@faizanurrahman6046
@faizanurrahman6046 2 года назад
Thanks for the valuable comment. You saved me from getting in the wrong direction.
@pjguitar15
@pjguitar15 3 года назад
I use bootstrap for it's easy responsiveness. I use both css and bootstrap
@Elite-my2mh
@Elite-my2mh 3 года назад
Same
@MrGarysjwallace
@MrGarysjwallace 3 года назад
Kyle you Nailed it!!- DONT USE BOOTSTRAP except for btn(s)- TOTALLY AGREE!!!!!!!!!!
@kerimtim
@kerimtim 2 года назад
This is exactly what I was looking for. Thank you Kyle.
@sawanjasoliya7701
@sawanjasoliya7701 3 года назад
Great to start the day with these tips. Thanks Kyle, again.
@fergusgault782
@fergusgault782 3 года назад
Currently using it on a school project and it's very useful since I don't have time to learn a bunch of CSS, and I prefer working on backend stuff anyway
@parthsolanki5349
@parthsolanki5349 4 года назад
Thanks for simplifying you saved our time and clear our confusion
@habeshaplay386
@habeshaplay386 2 года назад
Thank You My brother you saved my life today
@alan-overthenet
@alan-overthenet 4 года назад
This is very clear and useful. It confirms my thinking and adds extra detail I hadn't considered. Thank you
@fabio_0
@fabio_0 3 месяца назад
Very helpful video, thank you!
@cristiangutierrez1314
@cristiangutierrez1314 2 года назад
Thanks man just what i was looking for ....
@daniebunny9238
@daniebunny9238 2 года назад
This vid game me a lot of realization thank you so much
@martinkarugaba
@martinkarugaba 4 года назад
Thank you so much Kyle. I used to use bootstrap before my I was goot at vanilla JS but lately I've been building small components like the carousel, responsive nav using vanilla JS and CSS, and I can tell you, I don't think I need it any more. For my friends that love bootstrap I'd suggest you learn vanilla JS to it's roots. You won't need bootstrap anymore.
@champolot
@champolot 4 года назад
Do u have any bookmarked vanilla js? Please share . Thanks!
@Kevinproducciones2
@Kevinproducciones2 3 года назад
share please
@hoatvu5388
@hoatvu5388 3 года назад
I was in situation where I cant use flexbox or grid, but forced to use flexbox from bootstrap
@luisacavalcanti3665
@luisacavalcanti3665 2 года назад
Boostrap is one of the things that most help me as a developer. The responsiveness and templates save lot of time and create a good looking
@MrGarysjwallace
@MrGarysjwallace 3 года назад
You taught me much!!- I use Jquery/Java/Python/sql and Jquery doesn’t mix well with PHP!!- a killer to decipher!!
@ManMeJust
@ManMeJust 4 года назад
I always use boostrap for browsers support considerations
@wilfordnkosana6597
@wilfordnkosana6597 Год назад
Thanks for this good advice!
@pengekcs
@pengekcs 4 года назад
You say the right things. You could do one video on css bem (block-element-modifier), and also other frameworks, like bulma, foundation or the even better minimalist frameworks like milligram or purecss. Anyway nowadays with css flex, grid, variables, counters, transitions/animations, well, I'd use stylus max. but that too only for the lack of semicolons and curly brackets. and probably postcss.
@shivamanibrt
@shivamanibrt 3 года назад
Main aim of the video is - If you wanna just create project for client its ok to use bootstrap - if you wanna learn front-end just learn css completely first and then move on
@toannew
@toannew 3 года назад
Toan- - use NO Bootstrap when: 1:50 -2:39, 1. when you use CSS, learn front-end, want to make beautiful front-end. do a heavy front-end work (like with ReactJs, because ReactJs not work well with Jquery, some of which is embedded in Bootstrap) 2, when you only need make grid or some layout, you can make it with only some css. 3. when you dont want to working around bootstrap, trying to make it look exactly to what you hope for. - use Bootstrap when font-end is not really important, and if you focus on backend
@holacuba2001
@holacuba2001 4 года назад
It is harder and harder to get clients willing to pay for the fancy stuff. I go for bootstrap 90% of the time
@Moodboard39
@Moodboard39 2 года назад
where you get clients???
@Moodboard39
@Moodboard39 2 года назад
job? freelance?
@cliffshivkar9948
@cliffshivkar9948 4 года назад
Thanks man! Good Info. All the best to you!
@Pablo_Anunnaki
@Pablo_Anunnaki 2 года назад
Thank you. Very well explained. As always.
@constantine9074
@constantine9074 Год назад
OK, now you made me change my mind about learning bootstrap .. :D
@edgarsanmartinjr.4278
@edgarsanmartinjr.4278 4 года назад
I only really use parts of bootstrap for the responsive navbars, navbars are a pain for me create
@ignaciodamiang
@ignaciodamiang 3 года назад
I needed to hear this.
@MrGarysjwallace
@MrGarysjwallace 3 года назад
Hi Kyle, I really enjoy your comments. Just a note: I am personally working on a Python/SQL/Javascript( with API) -80- page design. I first used BS and then changed my NAV bar to a Sidebar ( responsive) - it killed me because not just the base layout but ALL pages layout went to hell!!- because of BOOTSTRAP. So , for 1-10 page design, not an issue, but for larger AVOID BOOTSTRAP!!!! Great video Kyle, always a fan even though I’m much older than you - you make me look ancient
@Moodboard39
@Moodboard39 2 года назад
Can't change background color if u use BS . You need sass wtf
@bennonyeokereke6087
@bennonyeokereke6087 2 года назад
Thanks a lot man, this is really what I needed
@petgrooming
@petgrooming Год назад
To the point! subscribed
@montebont
@montebont 2 года назад
I couldn't have said it better. The learning curve is quite steep and "mentally" locks you in to Bootstrap - however nice it is as long as you do not care about its size. Better invest in learning "modern" CSS. You can sill borrow some of the Bootstrap ideas and concept but it will make your site or app looks less "Bootstrappy" then a lot of other sites.
@danneytee
@danneytee 2 года назад
Totally agree that bootstrap is not for everyone and every use case. i can use css quite well but the only reason why I'm picking up bootstrap is because many local jobs have it as requirement.
@markusszelbracikowski956
@markusszelbracikowski956 4 года назад
Best reason to use bootstrap in my opinion: teamwork
@OperationAndrew.
@OperationAndrew. 4 года назад
Kyle, would really appreciate a video on making websites mobile ready without bootstrap! Because that to me is one of the key advantages.
@atlow2543
@atlow2543 3 года назад
add media queries
@AmandaVieiraMamaesouCult
@AmandaVieiraMamaesouCult 2 года назад
Use CSS grid for the main layout of the site.
@jovelynobias5422
@jovelynobias5422 Год назад
This is really helpful. I already have basic knowledge about html and css, and I'm still learning more everyday. But i think I'm good enough to move forward and start learning bootstrap next. Thanks for giving me (as a beginner) an idea on which scenarios where bootstrap is the best option.
@bojacksworldwideweb
@bojacksworldwideweb Год назад
Your cute, can I take u out for lunch?
@piotrrodzen772
@piotrrodzen772 2 года назад
Thanks for claryfying bro, great vid
@AozenDreyar
@AozenDreyar 2 года назад
also another thing is bootstrap makes your html look extremely crowded now i get that it adds a ton of functionality but it also makes it almost unreadable for newer programmers.
@godwinolokor9372
@godwinolokor9372 4 года назад
Thanks a lot bro. This explanation really broke things down.
@Amankhan-cl1dq
@Amankhan-cl1dq 4 года назад
I would not recommend anyone to jump directly on bootstrap without knowing CSS or without having good grip on CSS. Bootstrap is just a framework and the basic work of any framework is to make your work easy and add more functionality that's it nothing more nothing less
@danielahermosillo8991
@danielahermosillo8991 4 года назад
Really clarifying! Thank you!
@Aineah670
@Aineah670 2 года назад
I have watch both videos of you explaining Tailwind and Bootstrap and it goes without saying that you prefer tailwind.
@ashokm4845
@ashokm4845 Год назад
Very nicely put. Thank you.
@zombiekick
@zombiekick 4 года назад
Thanks for clearing this up for me :). I'm more of a front end dev, so I'll just continue with vanilla css
@rodelcrisosto499
@rodelcrisosto499 Год назад
The only thing I appreciate in bootstrap are the media queries.
@mathiasmatanda8848
@mathiasmatanda8848 4 года назад
You have really spoken, much appreciated my man
@robitops1547
@robitops1547 4 года назад
Thank for clear my bootstrap confusion.
@jamjam3448
@jamjam3448 4 года назад
I'm glad about this video. I just started react. I won't use bootstraps
@atlow2543
@atlow2543 3 года назад
react-bootstrap is a thing and you can just import specific components, might not be a bad compromise
@jamjam3448
@jamjam3448 3 года назад
@@atlow2543 It's been eleven months. I switched to vuejs and i use bootrapvue. Vuejs is way simpler and easier than reactjs.
@lamluutrinh2989
@lamluutrinh2989 3 года назад
Thank you very much, you clear me a lot!
@lauyuhin
@lauyuhin 2 года назад
Can't say anything else but totally agree! Although I never used Bootstrap in real project. Conclusion: Bootstrap is for you to play with.
@turtlethom9127
@turtlethom9127 Год назад
Thank you!
@ahmadshobirin5549
@ahmadshobirin5549 4 года назад
Hey kyle, please create tutorial login multi role & permissions using nodejs, express and mongodb 👋
@neilclido5105
@neilclido5105 Год назад
This really helps me
@PedroCouto1982
@PedroCouto1982 3 года назад
What's your opinion on Tailwind?
@LumenPsycho
@LumenPsycho 4 года назад
Thanks, that was easy to understand & informative.
@animeshbilthare3291
@animeshbilthare3291 4 года назад
Thanks a lot!! Exactly what I needed! Kudos!
@Mrkafirr
@Mrkafirr 3 года назад
That was very helpful
@leewilliams5207
@leewilliams5207 2 года назад
Great, practical analysis, thanks.
@robertbutcher222
@robertbutcher222 Год назад
This might just be asking the same question, but what about for a job skill? What if you want to be a frontend developer and you want to learn Bootstrap, or another css framework as a job skill? Is it worth learning Bootstrap in that situation? Or is it better to just learn it on the job when you need it?
@5uryaprakashPi
@5uryaprakashPi Год назад
bootstrap 5 is no longer relying on JQuery. Javascript part is completely re-written in vanilla js.
@MrHerbalite
@MrHerbalite 4 года назад
No mention of ARIA? For a more well rounded explanation, this needs to be mentioned. What I learned from using Bootstrap is how to do the accessibility stuff. Other than that, anything called framework has it's drawbacks. No matter what framework, it takes away a developers freedom. Another thing, the next version (in development, can be tested to be prepared for whenever it is released) runs without jQuery.
@rallokkcaz
@rallokkcaz 4 года назад
MrHerbalite thank god they're getting rid of jQuery.
@vivianeb90
@vivianeb90 3 года назад
In my team (we are a bunch of students) someone secretly started using bootstrap and it destroyed our whole web app. Haha
@dingusmoped
@dingusmoped 2 года назад
Dang I love this channel!
@erichobbs4042
@erichobbs4042 4 года назад
I only learned CSS after screwing up a big project with Bootstrap. I thought it would save time, but it wound up adding unnecessary complexity, and we wound up doing a lot of all nighter sessions to get it out the door.
@YoungDen
@YoungDen 4 года назад
It is just another option to add and by no means and end all.. What you said at 2:15 I am gonna disagree there where who doesn't want a really nice looking front end? That is the whole purpose for Bootstrap while not spending a lot of time on front end.
@tech-eranica9996
@tech-eranica9996 2 года назад
Which is better? Bootstrap or Tailwind blocks / Tailwind Components?