Tailwind css is just crap

Поділитися
Вставка
  • Опубліковано 25 сер 2024
  • Welcome to a youtube channel dedicated to programming and coding related tutorials. We talk about tech, write code, discuss about cloud and devops. That’s what we do all day, all year. We roll out a lot of series and videos on our channel.
    All the learning resources such as code files, documentations, articles and community discussions are available on our website:
    chaicode.com/
    You can find our discord link, github link etc on the above website.
    Twitter/X link: x.com/hiteshdo...
    Discord link: hitesh.ai/discord
    Learn React with 10 projects: • Let's learn react from...
    Learn Docker: • A practical guide on D...
    Learn Kubernetes: • Complete Kubernetes Co...
    How does a browser works: • How does a browser wor...
    How nodejs works: • How node JS works | En...
    Learn Redux-toolkit: • Learn Redux Toolkit in...
    Learn NextJS: • Nextjs Full stack course
    Learn Typescript: • Why to learn Typescript
    Learn Javascript: • Welcome to new JavaScr...
    Learn React Native: • React Native Mastery: ...
    Learn Zustand: • React state management...
    Learn Golang: • How to get started wit...

КОМЕНТАРІ • 202

  • @farhadjaman5580
    @farhadjaman5580 Рік тому +40

    i really didnt expect this kind of clickbaity title from this channel

  • @chinmoykr
    @chinmoykr Рік тому +16

    before: searching google - how to center a div in css
    now: asking chatGPT - how to center a div in tailwind

  • @ChristianKolbow
    @ChristianKolbow Рік тому +62

    I'm in love with tailwind. I'm using the inline-fold plugin in vscode to hide the long classes

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

      Thanks Man

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

      actually, you can use @apply inside sass to customize your classes

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

      im still learning HTML and CSS, i have most of the basics down and deciding between Bootstrap or tailwind down the line. I see alot of high praise for it, but the moment i mentioned it already have a few people clowning it for some reason, is it just such a new framework that people are hating it for its rise in popularity or are there really alot of cons to using it?

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

      ​@@alanauditwat that point just write CSS lol, @apply literally reinvents normal CSS classes

    • @aurelianspodarec2629
      @aurelianspodarec2629 5 місяців тому

      @@zzzyyyxxx Nope, that's not what TW does.

  • @kwpf
    @kwpf 6 місяців тому +6

    What a clickbait. I would prefer you be honest with your video title.

    • @neeleshpawar04
      @neeleshpawar04 2 дні тому

      Perhaps u didn't understand the context, If u're okayish with clicking a very random video which has no use to ur life but on the other side, have problem with the informatory ones, i guess u should introspect it.
      This is not clickbait, but useful in rather terms with the current perception ongoing with the world, and sir wonderfully explaining his views on it, is reasonable.

  • @rishiktiwari
    @rishiktiwari Рік тому +19

    Tbh, I have tried on a medium-scaled app and managing style reusability across various components is pain in arse. Small HTML layouts look like a big bloat of non-sense.
    I will still prefer using HTML for layout and SASS for styling, combined with a good naming convention is ❤. Single long reusable class names are better than css in html.

    • @oziocb
      @oziocb Рік тому +11

      Tailwind motto - "Save 5 minutes writing your code! Waste 15 minutes maintaining it later"

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

      @@oziocb Exactly

    • @aurelianspodarec2629
      @aurelianspodarec2629 5 місяців тому +4

      @@oziocb That's exactly the opposite.
      You're cleary inexperiecned junior developer.

    • @comforth3898
      @comforth3898 4 місяці тому +1

      ​@@oziocb Tailwind motto. Say no to premature abstraction.

  • @Praxss
    @Praxss Рік тому +12

    css itself is crap, but don't have any choice

  • @patel.praveen
    @patel.praveen Рік тому +93

    beware of using tailwind, once you start using it, there is no going back

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

    so what is the conclusion is it a bestpractice to use tailwind or not?

  • @anonyone8834
    @anonyone8834 Рік тому +5

    I think it is the good way of writing css, I had learned basics of it in *2 days*

  • @imranaslamnewpathweb806
    @imranaslamnewpathweb806 11 місяців тому +3

    So you are saying to get used to this mess of a class names on every second line instead of worrying about semantics and the thought of any other person working who is not comfortable with this structure on a project you built according to your norm?

  • @vishalchaurasia96
    @vishalchaurasia96 Рік тому +54

    I have been using tailwind for 2 months and I love tailwind more than Bootstrap. In tailwind we just create everything from scratch with ease of not leaving HTML and I love that part. Tailwind is awesome.

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

      Bhai aap se web development kar rhi ho

    • @lukas.webdev
      @lukas.webdev Рік тому

      100% Yes! 😉

    • @user-jr9wn8sx1m
      @user-jr9wn8sx1m 10 місяців тому +3

      "In tailwind we just reinvent the wheel from scratch with a buch inline css."

    • @ericleung4313
      @ericleung4313 9 місяців тому +1

      IMO, no matter how good it is, it will not be the last one.
      be ready to memorize a whole new set of class name again and again

    • @harshnaik6989
      @harshnaik6989 6 місяців тому +1

      @@ericleung4313 better to write raw CSS with some standardization techniques

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

    I've tried it. It's better than other frameworks - but it's not better than regular css.

    • @lukas.webdev
      @lukas.webdev Рік тому

      Well, actually it is better than regular CSS in many cases ...
      I just posted a video about Tailwind CSS in 2023. If you have a few minutes, jump to the chapter "Benefits" and tell me what you think about that... Maybe this will convince you... 😉

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

      @@lukas.webdev
      1. Efficiency - debatable, you're still writing a stylesheet but I will give you that it is quick to set up and start working with.
      2. Customisation - it's not more customisable than the base language.
      3. Performance - sure, it's post processing built in, you don't need to set it up yourself but you can do it with CSS by using a plugin during build time (ie postCSS).
      4. Community - moot point, the base language has infinitely more resources.
      I think the real benefit is that it comes with built in design tokens and the relationships between them. Tailwind is fundamentally correct in their approach to building design systems.

    • @lukas.webdev
      @lukas.webdev Рік тому

      ​@@rumble1925 Thanks for your detailed feedback and for sharing your thoughts about Tailwind with me! You made some good points ...
      But if you build a website with both approaches you will recognize that you are 10x faster with tailwind without having to sacrifice anything ...
      😉

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

      @@lukas.webdev The problem is maintaining it. But it's my opinion, I have worked in a large project where tailwind was painful rather than helpful.
      It requires a bunch of tooling and customisation to not litter the code base - it only takes a few juniors to make a mess of the components - it encourages people to think about the tokens as parameters to be passed in instead of considering what the different states and variants really are. It requires a lot more vigilance to not turn into a mess.
      You can code up a completely custom design system in a day. You can use online tools to generate them for you with all the tokens that are actually relevant in your design.

  • @alitorabi7960
    @alitorabi7960 4 місяці тому +1

    Tailwind css might be a great option.
    But in fact it has been shown to me using pure css, (maximum maybe scss for spliting files) is always enough.
    Pure css will remain the most time saving choice for ever,
    In fact, if you delete all css files of a mid and upper scale project, you can write those styles from scratch again in 3-5 days, including work-life-balance and coffee and smokes in between.
    I really believe people need to invest on gym for weekend instead of creating another framework in Javascript world.

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

    Yes I think tailwind can be next playlist in this channel

  • @SamOdiagbe
    @SamOdiagbe 10 місяців тому +2

    to be honest "Tailwind css is just cr*p" , tried to use and to be honest I would rather write my own CSS even if it means more time.

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

    Yes Please!!!! Tail Wind Tutorials😀😀😀😀😀

    • @lukas.webdev
      @lukas.webdev Рік тому

      I just posted a Tailwind CSS Tutorial (2023) - this should be exactly what you are looking for... 😉

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

    I just released a full course about Tailwindcss on my channel. I've passed 2 months working on it: to be honest, Tailwindcss is amazing. It really help devs to create web applications. For the actual market, that doesn't have money to hire devs just to write CSS, it's the perfect library.

  • @shadab-8
    @shadab-8 Рік тому +17

    Started using tailwind last week and absolutely love it. Yes, takes a while getting used to it if coming from a bootstrap background but the class names are intuitive and you get the hang of it. I think I have forgot bootstrap now haha.

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

      How suitable is for making a pixel perfect custom responsive desing? I have to migrate an old responsive website made with Boostrap, with a lot of styles made with @media, to Tailwind, but my fear is to loose the original styles (margins, background colors, borders colors, custom border-radius, etc) by using predefined classes with Tailwind

    • @partialcoder6386
      @partialcoder6386 Рік тому +2

      @@paulomirandaarias9544 tailwind is best for you then. Go with it without any fear or doubt. I migrated my client's bootstrap site to tailwind within 4 hours and got paid extraa with it

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

    Yes for the tree tailwind tutorial

    • @lukas.webdev
      @lukas.webdev Рік тому

      I just posted a Tailwind CSS Tutorial (2023) - this should be exactly what you are looking for... 😉

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

    Good to see you on Twitter 😅
    Tailwind In-depth Course is very much appreciated, sir... Because on youtube there are only Crash-courses that are not handful and old.

    • @lukas.webdev
      @lukas.webdev Рік тому

      I just posted a Tailwind CSS Tutorial (2023) - this should be exactly what you are looking for... 😉

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

      @@lukas.webdev Thank You...!! It's Amazing

    • @lukas.webdev
      @lukas.webdev Рік тому

      @@KadlagAkash Thanks! I really appreciate it. 😉

  • @franciscokloganb
    @franciscokloganb Рік тому +2

    After years using raw CSS/SCSS, once I got a taste of tailwind I never looked back. Recently, I switched jobs. At the new job we use SASS. The quantity of time I spent organising "Styles" and writting stuff that is very straightforward using Tailwind, is absurd, but it felt good in a way. I quickly found out it was just nostalgia, because I started a project, where I tought... "Now I am more mature, I know frontend better, I know styling rules better, etc... I'll just roll with CSS and emotion". Gave up after a week and I have experience with both. Anyone still refusing TailwindCSS in 2023 should stop trying to find "job security" in developer tools. How can you deny a framework that makes everything simpler? Auto-completion. No dangling "global variables" that no one knows about... Why don't we denounce react, vue, svelte and write vanilla JS instead? It works too - it is also more hardcore! 🦐
    "Ah but Francisco, I get 100 lines of utility classes mixed in my JSX". That's your problem. If you use Styled component patterns with CSS, you could also do that with Tailwind. If you use CSS modules, you should also do that with Tailwind and the @apply rule. Inlining classname with tailwind is fine, but as a developer it's your responsability to know when to stop writting a bunch of inline classes. Next time you think "tailwind is trash" and the only reason you have is "many classes" in my JSX, do yourself a favor and think "I really should read those Clean Code and Clean Architecture classics. Frontends can do that aswell right?" or you can think if you prefer writting 20 rows of raw CSS, instead of 5 or 6 words in one line.

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

      The problem with Tailwind is repeated code (DRY)
      If you have same style used on many elements in page, you would have long lines of repeated classes
      Item 1

      Item 2
      ...
      (those lines can get even longer)
      If you modify styles for some elements in you project, then you might forget to update each occurance (because of too many of them) leading to bugs in styling. "Find and replace" not always works.
      Then they suggest @apply which brings us to good old css class writing pattern which makes no sense in Tailwind idiology.
      I bet development experience is great, but are results that easily managable ? How about support large scale project written in Tailwind ? Is it rly that easy ?

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

    one of the best way to use tailwind is to have style variable in your each component file
    const style = {
    wrapper: `px-4 flex flex-row border-b border-[#38444d] pb-4`,
    tweetBoxLeft: `mr-4 h-16`,
    tweetBoxRight: `flex-1`,
    profileImage: `h-12 w-12 rounded-full`,
    inputField: `w-full h-full outline-none bg-transparent text-lg`,
    };
    {/* Left side */}
    this is one of the cool way

  • @user-sg5kg7yy5h
    @user-sg5kg7yy5h 10 місяців тому +1

    This was by far the worst reason to use tailwind i've heard.

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

    I never hated this tailwindcss. I loved it from the beginning itself.

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

    Please make one tutorial

    • @lukas.webdev
      @lukas.webdev Рік тому

      I just posted a Tailwind CSS Tutorial (2023) - this should be exactly what you are looking for... 😉

  • @rupamchakraborty5944
    @rupamchakraborty5944 Рік тому +2

    More on tailwind please

    • @lukas.webdev
      @lukas.webdev Рік тому

      I just posted a Tailwind CSS Tutorial (2023) - this should be exactly what you are looking for... 😉

    • @aurelianspodarec2629
      @aurelianspodarec2629 5 місяців тому

      ewwwwwwwwww poor advertisement@@lukas.webdev

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

    need Course for tailwind

    • @lukas.webdev
      @lukas.webdev Рік тому

      I just posted a Tailwind CSS Tutorial (2023) - this should be exactly what you are looking for... 😉

  • @daxemare
    @daxemare Рік тому +5

    Good overview! 💪 Yeah I would love to see you doing some tutorials on tailwind. I would like to integrate it in my Django project.

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

    as dev I understand why you wanna have all the styles present and see what is going on vs named styles, but this is more the scope of code editor tool than something like tailwind.
    tailwind is useful if you wanna work with notepad or nano.

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

    Tailwind with react

    • @lukas.webdev
      @lukas.webdev Рік тому

      I just posted a Tailwind CSS + React Tutorial (2023) - this should be exactly what you are looking for... 😉

  • @akashdeepdas6782
    @akashdeepdas6782 Рік тому +5

    Omg🙃 My project is used as a reference.
    Not having to go to a separate file to change css and worrying about what to name a class is a time saver.
    And also worry free styling consistency is lit 👌

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

      Bruu should i learn bootstrap or go directly to tailwind

    • @akashdeepdas6782
      @akashdeepdas6782 Рік тому +2

      @@pradeepucshorts There is absolutely no need to learn bootstrap first. Just little bit of css understanding is enough to learn tailwind css.

    • @Amanc7
      @Amanc7 8 місяців тому

      if i know Tailwindcss then Should i learn bootstrap@@akashdeepdas6782

  • @mdanas0007
    @mdanas0007 Рік тому +5

    I used bootstrap for 6 to 7 months.
    But when i used tailwind man I loved it they way they designed this framework so dev friendly and time saving.

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

    There's an awesome vscode extension too

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

    I am a little confused. At first I thought you really don't like Tailwind, but at the end you say you like it and can make a video about it ^^

    • @lukas.webdev
      @lukas.webdev Рік тому

      Everybody is a little confused by this video ... 😄

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

    If you start using tailwind you will forgot to use all css libraries. It is very much flexible, fast, easy.

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

    why click-bait then ?

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

    make tailwind course please

    • @lukas.webdev
      @lukas.webdev Рік тому

      I just posted a Tailwind CSS Tutorial (2023) - this should be exactly what you are looking for... 😉

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

    Please do make tailwind tutorials

    • @lukas.webdev
      @lukas.webdev Рік тому

      I just posted a Tailwind CSS Tutorial (2023) - this should be exactly what you are looking for... 😉

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

    I disagree, I love Tailwind. The way it makes the hectic syntax of CSS simple is just incredible. If inline styling is a issue though, wrap it inside some object and reduce it.

    • @waqasahmed8660
      @waqasahmed8660 Рік тому +2

      watch the complete video, he said the same thing that once you get past few days of learning tailwind you will start to like it

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

      Lmao when you don't even watch the video

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

    Please make videos on tailwind love to learn from You Sir

    • @lukas.webdev
      @lukas.webdev Рік тому

      I just posted a Tailwind CSS Tutorial (2023) - this should be exactly what you are looking for... 😉

  • @dyunior
    @dyunior Рік тому +2

    That exactly is my point. CSS is the base knowledge no need to learn new properties and peek to documentation of the frameworks. Once you memorize Tailwind classes that's it dont look back to the docs ever. :D

  • @PratikshyaSharma432
    @PratikshyaSharma432 Рік тому +2

    hello sir

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

    I am a Bootstrap fan.I want to learn tailwind.

    • @lukas.webdev
      @lukas.webdev Рік тому

      I just posted a Tailwind CSS Tutorial (2023) - this should be exactly what you are looking for... 😉

  • @alexanderp7521
    @alexanderp7521 2 місяці тому +1

    Just take a look at those lines with classes names - it's just total crap. Title is correct...

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

    It depends on what project you're working on

  • @PrinjuVaidyan
    @PrinjuVaidyan Рік тому +5

    I prefer SCSS Custom design system.
    I really think tailwind bring jargon classes and confusing if not done properly

  • @krishnadev.v8867
    @krishnadev.v8867 Рік тому +2

    please make a tutorial for tailwind css with react. it will be much helfull for begineers like me.

    • @lukas.webdev
      @lukas.webdev Рік тому

      I just posted a Tailwind CSS Tutorial for Beginners (2023) - this should be exactly what you are looking for... 😉

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

    0:01 those are fighting words my man 🤣

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

    I was not interested in other youtubers Tailwind video floating on my UA-cam feed but then i saw yours video and it didn't take me second to click on the video 😄

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

    Yes please make tutorial.

    • @lukas.webdev
      @lukas.webdev Рік тому

      I just posted a Tailwind CSS Tutorial (2023) - this should be exactly what you are looking for... 😉

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

    The best part about Tailwind to me is media queries.

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

    We already have made 3 entire frontend landing pages of major brand and it is piece of cake just bcz of tailwind... so why not

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

    Hello Hitesh, I’m eagerly waiting to hear your thoughts on Chat GPT 😅.

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

    It depends. As everything in programming. Imagen having 100+ pages and writing all this classes over and over when you can write it in only one place. So it depends...

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

    Tailwind is simple for simple projects with minimal style for ui/ux

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

    Thanks for the video! Hope your masters exams went well!

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

    Hey hitesh , do u forget that u also have a Hindi channel, and there is javascript series is going on

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

    I don't care about these libs, I want something that could easily debug all the CSS during development. Beyond certain point, it's hard to track which class is attached to which section/div.

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

      Yup, i've never used tailwind.
      But do not to get into it and checking documentation of every classname

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

    yes please

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

    Hey Hitesh can I learn Tailwind css?

  • @_.-AAA-._
    @_.-AAA-._ 2 місяці тому

    Tailwind is inline styles with extra steps

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

    Start the react js course

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

    and there are lot of techniques besides implementation like purge unused classes using post css , need a brief course

  • @NibblyPig
    @NibblyPig 9 місяців тому

    No tutorial can explain what the point is compared to just using inline css

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

    Tailwind is great really.

  • @YasirAli-lk7dd
    @YasirAli-lk7dd Рік тому +1

    Kindly make sir lecture on tailwand css

    • @lukas.webdev
      @lukas.webdev Рік тому

      I just posted a Tailwind CSS Tutorial (2023) - this should be exactly what you are looking for... 😉

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

    Thank you very much 🙏🙏!! for putting up devops pro to tech neuron

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

    It was like you have completed your masters so quickly 😜

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

    Prettier for Tailwind 🤔🤔

    • @lukas.webdev
      @lukas.webdev Рік тому

      npm install -D prettier prettier-plugin-tailwindcss 😉🔥

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

    Tailwind is really nice. Initially i hated it but later I loved it .

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

    tailwind is awesome

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

    Do you feel that Tailwind UX is a good solution for backend developers? With little to no front-end experience.

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

      I think devui.io is exactly the answer you are looking for

  • @Sandeep-zd6dq
    @Sandeep-zd6dq Рік тому

    Enticing thumbnail 😂🔥

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

    That thumbnail tho🌚

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

    I have never ever hated tailwind.
    Projects look more descriptive and maintainable with tailwind.

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

    Tailwind New way of writing inline style

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

    Tachyons is something similar that I have been using in my projects, can't figure out why it didn't make so much buzz!

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

    Clickbait title...

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

    LIKE THIS FOR A NEW TAILWIND COURSE

    • @lukas.webdev
      @lukas.webdev Рік тому

      I just posted a Tailwind CSS +React Tutorial (2023) - this should be exactly what you are looking for... 😉

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

    90% of it is like the same thing as bootstrap.. a bunch of class names. I really don't see the problem. building a slider, parallax, animations... all that stuff is literally 10x faster with Tailwind

  • @08_mehuljadhav18
    @08_mehuljadhav18 Рік тому

    No please no tailwind

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

    You can tell this is from someone who has used Tailwind for a day, and decided to make a click bait video to grab attention.

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

    nicely done sir..

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

    I was about to comment something else (related to the title clickbait 😂) but after 20 seconds I realised it's okay 😉

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

    upload new videos on chaaurcode

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

    I think , Inline CSS no never wants use ... sorry guys probably i am biased . Thanks for this Video

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

    1. Tailwind offer padding margin with specific number only how to work with that.

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

      p-[1px] p-[1000px] That is how we work. if you have no complete knowledge there is no fault of tailwind

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

    I hate it. Bootstrap 5 still the best

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

    Clickbait👀

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

    If you have not used tailwind please try it will make your life so easy

  • @anonymous-hi8gc
    @anonymous-hi8gc Рік тому +1

    Oh wow.. please release a tutorial of tailwind.. it would be great.. please sir

    • @lukas.webdev
      @lukas.webdev Рік тому

      I just posted a Tailwind CSS Tutorial (2023) - this should be exactly what you are looking for... 😉

  • @guilchaves
    @guilchaves Рік тому +2

    tailwind is one of the best development experiences I had in a long time, i was so skeptical about it but after only one day of trying, it just blew my mind

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

    tailwind is such a time saviour!
    build anything so quick

  • @hxxzxtf
    @hxxzxtf 8 місяців тому

    🎯 Key Takeaways for quick navigation:
    00:00 🚫 *Tailwind initially perceived as worst CSS, overwhelming with classes.*
    02:32 🔄 *Initial resistance fades after a few days; developer experience and sensibility of class naming make learning worthwhile.*
    03:41 🌐 *Tailwind excels in managing large-scale projects, offers a deliberate experience for developers.*
    04:10 ✅ *Advocates using Tailwind, open to creating beginner-level tutorials or crash courses based on demand.*
    04:37 🎓 *Offers to share more tutorials post-master's exams, invites feedback for specific content on Tailwind. *
    -
    What challenges *have you faced when initially learning a new CSS framework or library?*
    How do *you think the approach of learning through building components contributes to a developer's understanding?*
    In what *scenarios would you consider using Tailwind over other CSS frameworks, and vice versa?*
    Made with HARPA AI

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

    At first I thought you were telling how bad tailwindcss and I was curious on what makes it bad 'cause I do not see any cons with it aside from huge amount of classes in the html. But then conclusion was tailwind is the best css framework! I totally agree!

    • @lukas.webdev
      @lukas.webdev Рік тому

      I just posted a Tailwind CSS Tutorial (2023) - maybe this is interesting for you... 😉

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

    Sir pw skill mai apke web development batch mai only 1 class show ho rhi h classes kbse milegi on app

    • @aaronevans7713
      @aaronevans7713 6 місяців тому

      I thought the above was the tailwind class list to center a div. Then I realized it was just a foreign language, and it was easier to understand.

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

    I'm very very happy with tailwindcss, i even forgot some css stuff because i use tailwindcss all the time.
    The only problem with tailwindcss is the dev tools, every tailwind developer know what i mean by that

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

    Tailwind is best 💙

    • @lukas.webdev
      @lukas.webdev Рік тому

      Yes! I just posted a Tailwind CSS Tutorial (2023) - maybe this is interesting for you... 😉

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

    Looks like it's all inline 😭😭

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

      Tbh if you start using it regularly then you won't find it messy.

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

    Haha clickbait title 😂