Tailwind in 100 Seconds

Поділитися
Вставка
  • Опубліковано 25 сер 2021
  • Tailwind is a utility-first CSS framework for building websites. It takes a functional approach to web design by providing thousands of tiny classes to use directly in your HTML. Learn why web developers love tailwind in this quick breakdown.
    🔗 Resources
    Tailwind tailwindcss.com/
    Tailwind Criticism dev.to/jaredcwhite/why-tailwi...
    🤓 Install the quiz app
    iOS itunes.apple.com/us/app/fires...
    Android play.google.com/store/apps/de...
    🔥 Watch more with Fireship PRO
    Upgrade to Fireship PRO at fireship.io/pro
    Use code lORhwXd2 for 25% off your first payment.
    🎨 My Editor Settings
    - Atom One Dark
    - vscode-icons
    - Fira Code Font
  • Наука та технологія

КОМЕНТАРІ • 981

  • @Fireship
    @Fireship  2 роки тому +608

    We blew through 10K likes in no time 🤯 What is a challenging UI you'd like to see implemented with Tailwind?

    • @devtk
      @devtk 2 роки тому +102

      how about a discord clone 🙃

    • @helderlimaletsgo
      @helderlimaletsgo 2 роки тому +44

      A product browsing page with cart and dark and light mode

    • @Yahyajoud
      @Yahyajoud 2 роки тому +21

      A responsive layout with state management (hover, focus …etc)

    • @felixpuscasu5625
      @felixpuscasu5625 2 роки тому +16

      Anything that shows the usage of pseudo classes, and dark/light mode

    • @fabiankunz5619
      @fabiankunz5619 2 роки тому +7

      a responsive navigation bar / menu

  • @TheCoderCoder
    @TheCoderCoder 2 роки тому +1516

    No one can out-Fireship Fireship 🤩

    • @bineetnaidu5146
      @bineetnaidu5146 2 роки тому +6

      True

    • @codeaperture
      @codeaperture 2 роки тому +5

      Legend 😭❤️

    • @mcp866
      @mcp866 2 роки тому +11

      I feel like I'm missing out on something here

    • @themagneticguy
      @themagneticguy 2 роки тому +31

      @MCP Clever Programmer basically ripped off this video and called it a "inspiration".
      They also ripped off the thumbnail style for HTML & CSS crash courses from Programming with Mosh in the past.

    • @mcp866
      @mcp866 2 роки тому +15

      @@themagneticguy Oof, he _thinks_ he's being a clever programmer...

  • @stanstanstan
    @stanstanstan 2 роки тому +540

    I absolutely love Tailwind. Incredible utility and makes building frontends incredibly quick. A word of advice, a strong understanding of plain css is required, this shouldn't be your first interaction with styling.

    • @jhonbaptist1845
      @jhonbaptist1845 Рік тому +3

      Thanks! I'm just learning css and will follow your advice

    • @johnme60
      @johnme60 Рік тому +15

      Absolutely true !! If you are just learning this is not for you. You will cripple your self if you start using this in your learning days. you will miss two much. I did the same and regretted , kept using boot strap for months and realized I didn't know a damn basic thing about css , I was a noob even after making few websites.
      So In my perspective.
      Use it : if you wanna learn backend and don't have time to code front end.
      Use it: If you have made enough websites with simple css, and now you wanna explore more.

    • @E-Nigma_
      @E-Nigma_ Рік тому

      Thanks for the insight!

    • @WyzrdCat
      @WyzrdCat Рік тому +7

      If you actually understand CSS then you will hate Tailwind and recognize it for the hacky garbage that it is. Styles belong in the style sheet, NOT in the markup.

    • @MobiusCoin
      @MobiusCoin Рік тому +4

      ​@@WyzrdCatTailwind scales incredibly well. You can call the .relative utility a thousand times, it will only generate you that class once. Conversely, if you write it traditionally, your files gets bigger every time you write position: relative. This is true for every class you write.

  • @DesignCourse
    @DesignCourse 2 роки тому +871

    Tailwind in 99 Seconds -- Taught by Jon Frok. Coming soon.

    • @lakshaysharma10
      @lakshaysharma10 2 роки тому +24

      Marketing++

    • @SirDamatoIII
      @SirDamatoIII 2 роки тому +35

      … or shameless plug.

    • @TechWithTaha
      @TechWithTaha 2 роки тому +7

      And I'm doing a python requests in 4 minutes (should I be proud of this because it's longer ?) soon Inchaallah

    • @metamodern7648
      @metamodern7648 2 роки тому +3

      Oh, Hi youtube guitar player. What are you doing here?

    • @flogginga_dead_horse4022
      @flogginga_dead_horse4022 2 роки тому

      @@metamodern7648 You forgot large snake handler :P

  • @FlorinPop
    @FlorinPop 2 роки тому +710

    Show them how it’s done! 👏
    We stand by the Fireship!

  • @klutch4198
    @klutch4198 2 роки тому +294

    The only channel that can deliver "100 seconds of...". Original Gangsta

  • @arpitbharti6245
    @arpitbharti6245 2 роки тому +342

    Tailwinds biggest advantage is it makes me significantly more productive when writing styles. It's just much faster.

    • @outis99
      @outis99 2 роки тому +36

      Exactly, instead of adding a class creating a new selector in css and applying all those styles you could do that in a fraction of the time with Tailwind
      I've heard it's a great combo with Chakra UI

    • @bryanltobing
      @bryanltobing 2 роки тому +3

      @@outis99 i don't like tailwind because it makes the classname super long..but i do love chakra ui with come with the same approach but by passing props instead. But chakra ui is coming with bigger bundle size and slow perfomance..

    • @pierre3467
      @pierre3467 2 роки тому +5

      For almost the same davantage you have emmet that has not the long classes issue and result in classic CSS files readable by everyone.
      You can also write tags with classes super quickly with Emmet.

    • @AmxCsifier
      @AmxCsifier 2 роки тому +3

      No context switching is what worked very well for me

    • @outis99
      @outis99 2 роки тому +4

      @@bryanltobing Never seemed "too" long for me but I see your point

  • @tahirsaeed99ts
    @tahirsaeed99ts 2 роки тому +103

    Recently I discovered tailwind. I thought it would be just like bootstrap (boring) But surprisingly I found it quite useful. It decreases development time exponentially.
    React + Tailwind is very good combination

  • @alfredoperez2420
    @alfredoperez2420 2 роки тому +138

    "If we hit 10k likes, then will do Tailwind beyond 100 seconds..."
    9 hrs since video published and has 11k 😎

  • @abdelhakimmhioul9711
    @abdelhakimmhioul9711 2 роки тому +190

    TailwindCSS is awesome, the JIT Mode makes it shine more

    • @tigrankhachaturian8983
      @tigrankhachaturian8983 2 роки тому +2

      I honestly prefer working with styled components, you know why? Because from the point where you edit a file and it being updated in the browser usually takes around 7 seconds with tailwind
      And 1-2 seconds without it. It's a game changer, especially if you just do the styling and need immediate feedback

    • @lonelybyte5881
      @lonelybyte5881 2 роки тому +17

      @@tigrankhachaturian8983 That's what JIT fixes...
      Re-"compiling" the CSS takes ~50-100ms with JIT enabled (compared to 6-10 seconds on my machine)

    • @vora320
      @vora320 2 роки тому +1

      @@tigrankhachaturian8983 what about bootstrap? How long does it take compared to tailwind?
      And another question if u want ofc, why people use tailwind and bootstrap while they can use css, arent the same thing?

    • @kittymedusa3618
      @kittymedusa3618 2 роки тому +5

      @@tigrankhachaturian8983 Tailwind JIT or WendiCSS already fixed this problem. You’re behind the times.

    • @tigrankhachaturian8983
      @tigrankhachaturian8983 2 роки тому

      @@kittymedusa3618 I guess, last time I used tailwind it was 7 months ago.

  • @codeSTACKr
    @codeSTACKr 2 роки тому +255

    LOVE IT 😍

  • @Asuuri
    @Asuuri 2 роки тому +140

    No one can copy the beautiful style and the amazing way of storytelling from Jeff / Fireship!🔥🙌 Insane Video as always!

  • @simonswiss
    @simonswiss 2 роки тому +40

    Holy moly this video was incredible! You addressed all the major concerns in such a concise, almost soothing way. Amazing stuff! 🎉🎉🎉

  • @xiuxiu624
    @xiuxiu624 2 роки тому +16

    btw, tailwind officially has its own language server along with great integrated tooling for both emacs and vim - that and jit compilation have made developing in tailwind extremely enjoyable

  • @qweasdy-pc6ql
    @qweasdy-pc6ql Рік тому +1

    These videos are so great and often fill perfectly the gap between what I read vs. my understanding. Thanks a lot!

  • @nickang6647
    @nickang6647 Рік тому +8

    Really all I wanted to know was "what's TailwindCSS's philosophy and how does it look in use?" and this video answered it perfectly. Great use of my 100 seconds. Thank you!

  • @ChessFlix
    @ChessFlix 2 роки тому +3

    Yo, you should totally do an extended version of this. I would love to see tailwind beyond 100 seconds. I'm thinking about learning it.

  • @CodyEngelCodes
    @CodyEngelCodes 2 роки тому +2

    I watching other 100 second tailwind videos but none of them seemed to do a great job at explaining it. This was concise, and the audio quality was *chefkiss*

  • @jacob.developer
    @jacob.developer 2 роки тому +12

    Good stuff! I’d like to hear more about design systems.

  • @ore_bear8045
    @ore_bear8045 2 роки тому +6

    I have never encountered anyone with such an ability to synthesize knowledge, great work !

    • @LinkEX
      @LinkEX 2 роки тому +1

      Agreed. I feel like I just received more information than I would have in a long lecture.
      Perfectly captures the main ideas, illustrated pros and cons, gave good examples, hints on practical usage, and even practical performance.

  • @mryechkin
    @mryechkin 2 роки тому +35

    Tailwind is amazing. Close to year using it now, and I can't imagine any other way of doing CSS. The class names are easy to remember, and with the tooling especially it becomes a breeze after a short amount of time. I'm at a point where I'm thinking in terms of Tailwind classes now whenever I'm building a new UI. This was not the case at all with Bootstrap and other similar libraries

    • @devjourney99
      @devjourney99 Рік тому

      but what about the long markup ?

    • @copsarebastards
      @copsarebastards Рік тому

      @@devjourney99 it's ugly but there's not much difference between that and an ugly difficult to navigate css file with a million classes. I think tailwind actually comes out on top there because you can look at the element, see where it is in the document and see immediately what styles are being applied to it. but I'm not a pro so maybe it gets really nightmarish at a production level.

    • @sugoonese4024
      @sugoonese4024 4 місяці тому

      ​@@devjourney991:26 this apply thing helps abit i think to give it a seperate from html and deal with duplicate code (disclaimer idk Tailwind)

  • @levmedvedev
    @levmedvedev 7 місяців тому

    Hi, Fireship!
    And thank you for your short videos: they're really handy. I was going to start to work when looked at frontend dev roadmap and got curious about the Tailwind )

  • @alibalba
    @alibalba 2 роки тому +2

    I really enjoy these 100 seconds videos, thank you. Hoping you make the tutorial!

  • @fatgolem69
    @fatgolem69 2 роки тому +3

    Almost 800k subs
    Congrats in Advance Fireship

  • @bootlegbam
    @bootlegbam 2 роки тому +3

    Amazingly concise. Love it!

  • @kevinhe8188
    @kevinhe8188 Рік тому

    like your works buddy, really appreciated, keep going ! And happy new year

  • @crimsonderiv
    @crimsonderiv 2 роки тому

    NO WAY the video I was waiting for dude. Great work as always 👍🏼

  • @bersK00
    @bersK00 2 роки тому +3

    Guys, we gettin' a tailwind tutorial from the man himself with this kind of growth!

  • @socketbyte5348
    @socketbyte5348 2 роки тому +3

    This is why Chakra UI is so great to use, they don't provide a massive library of premade components (although it is pretty decently sized) but allow you to build your own stuff out of sensibly-defaulted components and props just like Tailwind. This is much easier than maintaining your own CSS (even with SCSS), especially when you're a fullstack dev.

  • @Krishnan172
    @Krishnan172 2 роки тому

    You help us in knowing & catching up with the fast-paced tech world on the go. Without wasting time is a super plus point.!!

  • @donmikkodanm.olmillo8154
    @donmikkodanm.olmillo8154 2 роки тому

    I'm excited for the full tutorial on tailwind, I'm incorporating this on my Nextjs projects because of how granular and flexibility to use this. Thanks fireship you're the best!

  • @mawu4511
    @mawu4511 2 роки тому +5

    We definitively need a &Beyond video or full tutorial about tailwind. Great Video as always ! 🔥🔥🔥

  • @osmanidiazcruz1771
    @osmanidiazcruz1771 2 роки тому +50

    Waiting for: "How to create amazing 100 seconds videos" video. Keep the amazing work!

    • @uziboozy4540
      @uziboozy4540 2 роки тому +16

      How to create 100 seconds videos in 100 seconds

    • @cappuccinopapi3038
      @cappuccinopapi3038 2 роки тому +4

      He has a tutorial on how he makes videos on his personal channel

  • @JuanIGN95
    @JuanIGN95 2 роки тому +1

    Im working with Tailwind and this video just.... resume ALL in 100 secs. Amazing. Also I learn something new about prod and dev perfm. Thanks

  • @garvitsingh6988
    @garvitsingh6988 2 роки тому +2

    Fireship is the real OG. No one can beat your style, presentation, background music and the best thing, your voice, which is something you can hear all day.

  • @kokiiito
    @kokiiito 2 роки тому +6

    tailwind literally was everything i was looking for on a css utility framework

    • @mrZeeeee
      @mrZeeeee 2 роки тому

      I was on a livestream when Adam got an idea to whip up bunch of utility classes in a loop using webpack and JavaScript and fast forward Tailwind was born

    • @theworldismine7788
      @theworldismine7788 Рік тому +1

      how much css should we learn before tailwind?

  • @hahabanero
    @hahabanero 2 роки тому +3

    Tailwind is actually very easy to learn, i did similar framework for myself some time ago, but with just classes i need the most in my front

  • @mridulpareek4778
    @mridulpareek4778 2 роки тому

    Great video as always! Would be great if you can make a short video on chakra-ui as well, these two are definitely my favourites

  • @HamidShaikh-hw2um
    @HamidShaikh-hw2um 2 роки тому +1

    easy to hear about new technology within 100 seconds only from this awesome channel...!

  • @SuboptimalEng
    @SuboptimalEng 2 роки тому +8

    CSS never "clicked" for me until I started using Tailwind. Great into!

  • @abhinav.sharma
    @abhinav.sharma 2 роки тому +81

    I use TailwindCSS in production. Really flexible.

    • @IsThatNiek
      @IsThatNiek 2 роки тому +2

      Same and if I have the choice I'm never going back

  • @ooliver
    @ooliver 2 роки тому

    Started using it this week and its so good for quick design especially jit mode

  • @rafaelzasas9421
    @rafaelzasas9421 2 роки тому

    This is awesomeness please give us more- I just remade my website with your NextJs course and tailwind for styling

  • @EddyVinck
    @EddyVinck 2 роки тому +6

    Finally, I just started learning Tailwind, great timing 🙌👌😀

    • @LinkEX
      @LinkEX 2 роки тому

      As someone that merely kept hearing about it but never tried it, those were definitely 100 seconds well spent.

    • @klutch4198
      @klutch4198 2 роки тому

      I swear Fireship always knows what we need at a quantum level

  • @cheshy2289
    @cheshy2289 2 роки тому +19

    I never decided to learn a CSS framework like Bootstrap or Material UI because it just took me longer to get to my end result. I had to recustomize the elements anyway and the CSS3 seemed powerful enough to do what I wanted. But Tailwind CSS changes the game. This is for me exactly what a CSS framework should be in the age of CSS3. I would definitely add it to my stack.

  • @aaaaanh
    @aaaaanh 2 роки тому

    Thanks for guiding me thru many big hurdles. Now I can start trying out tailwind.

  • @mikewazowski7526
    @mikewazowski7526 11 місяців тому

    just what I've been looking for, thank you for your work! Keep up!

  • @JohnyMorte
    @JohnyMorte 2 роки тому +33

    Shout out to tailwind documentation. One of the best in business :-)

    • @muhammadharris4470
      @muhammadharris4470 2 роки тому

      I disagree. They have got the order wrong

    • @h3ftymouse
      @h3ftymouse 2 роки тому +4

      It's so unbelievably good I love it
      Algolia's incredible documentation searching is just the cherry on top

  • @ThePowerRanger
    @ThePowerRanger 2 роки тому +19

    You are so getting to 10,000 likes, I need that tailwind tutorial.

    • @rhettmelton
      @rhettmelton 2 роки тому +1

      and in less than 5hrs no less lol

  • @MrSamkots
    @MrSamkots 2 роки тому +1

    All that the world needs is more such 100-seconds videos...! Great stuff!!
    Can you do JS async/await in 100 seconds please?
    Edit: Found your 12 min video in async 👍🏻

  • @thelastowitch
    @thelastowitch 2 роки тому +1

    Your channel is a blessing for newbies.

  • @braydoncoyer174
    @braydoncoyer174 2 роки тому +7

    I've never clicked like so quickly

  • @demonicious_
    @demonicious_ 2 роки тому +8

    In my opinion, Tailwind really works best with JavaScript frameworks as you mentioned.
    Using it with a conventional approach, with normal templates is a nightmare. And if you're gonna apply the directives to a class... you may as-well just write the CSS on your own.
    Still, favorite CSS Framework by far.

    • @ghostkick267
      @ghostkick267 Рік тому

      Hi, how long did you work with Tailwind or how many projects did you start and finish with it to estimate your opinion?

    • @17-4-4
      @17-4-4 10 місяців тому

      ?@@ghostkick267

  • @TanatosLegion00
    @TanatosLegion00 2 роки тому

    Can't wait to watch your full Tailwind tutorial!

  • @alexzahrai4703
    @alexzahrai4703 2 місяці тому

    Whenever someone asks me to explain Tailwind I send them this video. Great explanation!

  • @harshith_takkala
    @harshith_takkala 2 роки тому +6

    Yes, we have got the real voice now 🔥

  • @sulejman2366
    @sulejman2366 2 роки тому +12

    We need Nestjs + Angular because that might be iconic

  • @theoboldalex
    @theoboldalex 2 роки тому

    The best thing about your videos is that even if they are on a topic I have knowledge about, I ALWAYS learn something new. Didn't know about css @apply directive until now. Thanks Jeff!

    • @talkdatrue
      @talkdatrue 2 роки тому +1

      There’s no such thing as @apply in CSS.. it was a proposal but the specification has been abandoned: “due to being generally a bad idea”.

  • @dirtyempanadas6084
    @dirtyempanadas6084 Рік тому

    feel like i learned so much in 100 seconds. Great job explaining!

  • @DThompsonDev
    @DThompsonDev 2 роки тому +3

    Came here just so I can watch the true 100 second explanation, twice, and like the OG creator of the 100 second series.

  • @iq0578
    @iq0578 2 роки тому +14

    Facts:
    The reason these videos are so good is not just because of the awesome editing, but is also because too much time isn't spent on such a simple concept.

    • @viv8870
      @viv8870 2 роки тому +1

      Exactly. If I'm learning a new topic, then I'd like a brief overview/summary first, before deciding if I want to delve into more

  • @mattgraham364
    @mattgraham364 2 роки тому

    This was a great quick explanation, thank you!

  • @rafaelpernil
    @rafaelpernil 2 роки тому

    Thank you so much for this video. Yesterday I was starting to develop a React web app and this tool is helping me a lot to create a responsive web without major effort

  • @soulninjadev
    @soulninjadev 2 роки тому +7

    here is the original version!!!!

  • @rishabsharma5307
    @rishabsharma5307 2 роки тому +5

    Jeff be like: It became personal for me

  • @Xidatosar
    @Xidatosar 2 роки тому

    Thanks! That made my decision for the next project extremely easier!

  • @herrscherofshrimps1451
    @herrscherofshrimps1451 2 роки тому +1

    Would love a full Tailwind tutorial!

  • @AJ-1404
    @AJ-1404 2 роки тому +5

    Correction: with the new JIT (Just-in time) mode, your development size will be exact same low size of production. Checkout more on their website or the YT video they made.
    Awesome video as always :)

  • @AbhinavKulshreshtha
    @AbhinavKulshreshtha 2 роки тому +14

    I thought bootstrap was bad, but tailwind is its own dedicated hell.
    - Team pure css (with sass mixins) forever. 🤣🤣

    • @Humpfinger
      @Humpfinger 2 роки тому +1

      For real. The thought of trying to manage the css in this format gives me a fucking headache. Css ain’t hard y’all.

    • @BrianHayesOfficial
      @BrianHayesOfficial 2 роки тому +2

      I love the utility concept, however, the implementation is awful. Even with the fake postCSS dependent “@apply” option. Also I find nothing more tedious than giant config/theme files that are never easy to maintain. While sass can suffer this too, I think the approach needs to be a base set of variables that can filter down to a greater theme through an actual design language vs tediously changing and managing every variable.
      As an example: color themes. Maybe pick 1-3 primary colors and then have a full palette generated for use as variables. Can it be edited at all levels? Sure, but the power of just being able to change some basic design principles and build out an entire design document from that seems better in the end.
      The greatest problem with that is people defaulting to similar designs and everything being a repeat of the bootstrap effect, however if the system can do enough to base a unique theme around a few high level variables, then it really can come down to the application of utility styles implemented in specific components vs generic ready-made components.
      It’s not an easy problem given the nature of CSS, but tailwind just seems like a way to get things done without any understanding of what is being done, while making maintainability a nightmare all over again:

  • @RubberDentist
    @RubberDentist 2 роки тому +1

    Tailwind tutorial would be awesome! Don't love writing CSS/Sass and love the concept and ease of use for Tailwind.

  • @thaqifazfar
    @thaqifazfar 2 роки тому

    Thanks! This video really helps me to understand what, why and how to use Tailwind CSS. I think Tailwind really shines when you use it with functional based component framework like you said in your video.

  • @TechWithTaha
    @TechWithTaha 2 роки тому +38

    There is a huge and massive difference between you and naz (especially the voice pitch), Naz looks more like Naza
    (or even Nasa)

    • @LeeWalton_1999
      @LeeWalton_1999 2 роки тому +2

      wait there are two voices on the channel?

    • @TechWithTaha
      @TechWithTaha 2 роки тому +10

      @@LeeWalton_1999 No I mean the one in Clever Programmer's video (they did tailwind in 100 seconds as well ) and it was honestly terrible

    • @LeeWalton_1999
      @LeeWalton_1999 2 роки тому +1

      @@TechWithTaha Ahh thanks for clearing it up haha makes sense now :)

    • @TechWithTaha
      @TechWithTaha 2 роки тому +1

      @@LeeWalton_1999 you're welcome hhhh

    • @henrypowell3496
      @henrypowell3496 2 роки тому +1

      @@TechWithTaha are you Algerian?

  • @benjaminschneider
    @benjaminschneider 2 роки тому +11

    Thanks for the video. I don’t like it so far, but I’m able to write my own CSS just perfectly fine. I guess this is for people which struggle with CSS. But I might be wrong on that.

    • @lardosian
      @lardosian 2 роки тому +4

      Refreshing to find a comment from someone not kissing his #ss, thanks.

    • @tpfang56
      @tpfang56 2 роки тому +5

      I recently used tailwind for a school project that I did last minute. It's nice when you need to code a responsive layout snip-snap, but it is 100% a css framework for people who hate css 😂. I prefer to use Sass in most cases.

    • @forresthopkinsa
      @forresthopkinsa 2 роки тому

      I think that people who struggle with CSS actually wouldn't get much out of Tailwind since it often maps directly to actual CSS rules

  • @nayanchoudhary4353
    @nayanchoudhary4353 2 роки тому

    You are the first one who made Tailwind look promising to me! Thank you! I'll try it.

  • @tonnoz
    @tonnoz 2 роки тому

    awesome might use for my current project

  • @DemPilafian
    @DemPilafian 2 роки тому +8

    It's much easier to read and maintain HTML when the HTML is a semantic representation of the data (without any styling information).
    All those Tailwind classes for styling in the HTML look like a maintenance nightmare (basically the same problem as Bootstrap --- enticing until you have to go back and make changes).

  • @srikanthac9458
    @srikanthac9458 2 роки тому +5

    Okay let's get to 10k likes

  • @sadeepaalwis5938
    @sadeepaalwis5938 2 роки тому

    omg did i learn whole css utility in 100 seconds love it awesome keep up

  • @designiiish4734
    @designiiish4734 Рік тому

    Thank you for this video. I finally understand why and how to go about learning tailwind

  • @WalterWoshid
    @WalterWoshid 2 роки тому +13

    I tried bootstrap for a long time, but when I met tailwind, I had to break up with bootstrap. Tailwind is the best!

  • @tjeerdbakker160
    @tjeerdbakker160 2 роки тому +3

    I literally wrote "Look into tailwind" on this weeks to-do list YESTERDAY. HOW DOES HE DO THIS?!?

    • @Brunoenribeiro
      @Brunoenribeiro 2 роки тому +2

      he built a spying app
      using 10 different frameworks + firebase, of course

  • @cardboarddignity
    @cardboarddignity 2 роки тому

    You're the best! I'm just working with Tailwind and learned about @apply just from your video. Thank you!

  • @Yahyajoud
    @Yahyajoud 2 роки тому +1

    This how u really do it in 100sec, keep up the great work

  • @v01c3
    @v01c3 4 місяці тому +3

    “CSS is hard, design is hard, and naming your classes in the same way is virtually impossible”. Been doing all 3 ok and think TW is hot garbage so far. Designed for someone just out of a bootcamp perhaps. Open to changing my mind, good luck

    • @chetantheman
      @chetantheman 2 місяці тому

      Great for solo projects u can move way faster with tw. For team stuff not so good cuz readability.

    • @weifengmao
      @weifengmao 2 місяці тому

      Dont know about you but i can think of a "modal" "dialog" class that looks n behaves in 20 different ways.

  • @tonymasse3887
    @tonymasse3887 2 роки тому +6

    40 Likes so far. 9960 to go and we get our Beyond 100 seconds!

  • @JustinJackson
    @JustinJackson 2 роки тому

    Wow! Really good summary. 👏

  • @dmdesigner_pg
    @dmdesigner_pg 2 роки тому +1

    A Big fan. Best sitcom channel for developers.

  • @FlorianEagox
    @FlorianEagox 2 роки тому +10

    I really hate things like tailwind or Bulma. CSS is just not that hard, transferable everywhere, and scales really nicely if you take a thoughtful approach, especially with something like sass. Tailwind code is harder to read and edit and just not worth it.

    • @BobRossRightHand
      @BobRossRightHand 2 роки тому

      For me it saves a lot of time staying in the same context, also when working at companies, most of them used tailwind/bootstrap to make consistency really simple

    • @RodrigoSalesSilva
      @RodrigoSalesSilva 2 роки тому

      I agree, for high scalable websites using bootstrap or tailwind just not worth it, but for "fast sites" that will not grow that large and dont have so much complexity, using tailwind saves time, so it's a matter of knowing when to use and when not to.

    • @odorlessflavorless
      @odorlessflavorless 2 роки тому

      @@RodrigoSalesSilva So I was thinking about building a beautiful portfolio website for myself . And I searched and Google bought me to this video. So I can use Tailwind to build a small portfolio website right? I had used bootstrap quite a long time back . But I just want something new.

  • @bhupeshbhatt4334
    @bhupeshbhatt4334 2 роки тому +3

    A lot of customization cannot be possible in tailwind , In my internship , I used tailwind for the project. Many time I had to use custom CSS

  • @savvasstephanides2210
    @savvasstephanides2210 2 роки тому

    Brilliant. Short and sweet!

  • @gastonalejandrotrivi2944
    @gastonalejandrotrivi2944 2 роки тому

    Just what i was looking for. Thank you.

  • @GroudFrank
    @GroudFrank 2 роки тому +4

    It's a very useful tool but I'll reject it for the same reasons I reject Bootstrap and all the other similar frameworks; I just prefer using CSS. I love having granular control over my code. It also forces me to learn more about CSS, how rules are implemented and why they react the way they do. For me, the difference between using Tailwind vs vanilla CSS is the difference between being able to create a sword by learning how to blacksmith vs 3D printing one.
    To be clear here, I'm not saying that it takes less skill to use or that you aren't a good developer if you use it - there are people lightyears ahead of my skills with CSS that use frameworks. I'm just saying I have a preference for vanilla CSS and don't much like the obfuscation. This is also only a "CSS thing" for me. I don't feel the same way about programming languages and frameworks.

    • @HekaFOF
      @HekaFOF 2 роки тому +1

      Yeah I agree. I dont see tailwind as benefit. It feels like you are just inlining styles to html

  • @bobaGogo
    @bobaGogo 2 роки тому +3

    How TF is css hard. It amazes me how easy web development is. I think it's funny how web devs even go as far to call themselves engineers

    • @arrowfunc3458
      @arrowfunc3458 2 роки тому

      IMO css is harder than JS.

    • @bobaGogo
      @bobaGogo 2 роки тому

      @@arrowfunc3458 nothing about css, js or web development is difficult.
      You don't even have to know any math or programming to do it

  • @m.minkov
    @m.minkov 2 роки тому +1

    Not specific to Tailwind but I just wanna say that your youtube channel is amazing. Thank you for all the hard work you put into your videos, they're always CLEAN!

    • @m.minkov
      @m.minkov 2 роки тому

      @@user-tu6oh2op9s Reported

  • @mycloudvip
    @mycloudvip 2 роки тому

    Here comes the full length tutorial.... Way to go!

  • @baulcartoonhd
    @baulcartoonhd 4 місяці тому +7

    I`ll stick to CSS....

  • @janosmarta8258
    @janosmarta8258 2 роки тому +2

    Tailwind is in between css and bootstrap, its convenient as a convention between free creative design and controlled design.
    Install tailwind was a bit complicated however onto vite-react or vite-svelte frameworks but I know now the magic spells.:)

  • @wdmvii
    @wdmvii 2 роки тому

    I'd LOVE to see more explanation on the subject of Tailwind!!! :D

  • @lohith5257
    @lohith5257 2 роки тому

    Will be waiting for full tailwind tutorial 😁

  • @randidoo
    @randidoo 2 роки тому

    I love your work ! Straight to the class