You’re doing dark mode wrong!

Поділитися
Вставка
  • Опубліковано 31 гру 2024

КОМЕНТАРІ • 150

  • @treyjapan
    @treyjapan Рік тому +22

    CSS variables are indeed awesome! Thanks for your amazing tutorial ❤

  • @oldfridayboy5597
    @oldfridayboy5597 11 місяців тому +4

    I don‘t use tailwind, and I never plan on using it, but finally someone who explains how to do darkmode properly!
    Thank you so much

    • @CodinginPublic
      @CodinginPublic  10 місяців тому

      lol no worries; yeah, ain't gonna type dark: every 3 words haha

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

      once you use it, you'll never want to go back, i mean... NEVER

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

    I’m planning to integrate dark mode to my app soon. This video just popped up and it’s so incredibly helpful!

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

      Awesome! Let me know how you get on. I'm never writing another dark: directive :)

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

    Oh wow, this is amazing, had no idea thank you so much for the tutorial! This gonna save me so much time!

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

      Seriously. I’m never writing dark: again lol

  • @GresterNandes
    @GresterNandes 3 місяці тому

    It was a bit of a struggle to get it to work with Nuxt and its pluggable modules, but I got it working while maintaining functionality with the toggable modes. I'll save so much time avoiding the dark: Great tip!

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

    I needed this a year ago when I was setting up dark mode, I ended up doing the same thing as you with CSS variables because I hated the dark: selector on every element but I had to really dig to figure out how to implement it with @layer base in tailwind. Really nice concise tutorial!

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

      Glad you enjoyed it! Yes, I nearly gave up on Tailwind over this dark: thing haha. I still don't use it all the time, but find Tailwind very useful for projects I touch only occasionally.

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

      I go back and forth on tailwind, right now I’ve decided I like it a lot in react projects if you’re diligent about keeping components small and modular

  • @HassanRaza-ym3uf
    @HassanRaza-ym3uf 7 місяців тому

    this is the one of the most coolest video related to tailwind

  • @SouhaibD
    @SouhaibD 10 місяців тому +1

    Thanks for sharing these handy tips

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

    This was exactly what I was looking for, great video!

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

    I most definitely have been doing it inline/wrong. Thank you, Chris

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

      Technically just a preference, but I can't imagine going back to "dark" everywhere.

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

    Thanks, it saved me a lot of trouble with switching dark mode which I'm planning to use in my project.

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

    I got problems later in components… will have another try

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

    I was searching for this, thank you

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

    That's awesome and something I'll be able to use right away!

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

      Great! Yeah, I’ll never write another dark: directive if I can help it :)

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

    Thank u !!, I was practicing a project and just began by defining a few custom colors thinking that in the end I would just make another variables for the light mode, but I couldn't figure it out on my own and all other tutorials are just doing it in a complicated long way.

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

    Short, Sweet and 2DaPoint. Excellent ability to make impactful videos. Simply Awesome!

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

    Very nice reminder about css variables, thank you :D

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

    thanks, dude! tried to implement the dark-mode by following the docs, but its such a pain use it in the way the tailwind recommends

  • @H-Root
    @H-Root Рік тому +3

    Awesome tutorial keep going 🎉❤

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

    Great method, I might just revisit some light options for my dark themed mobile site. Thanks for the tip.

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

      Sure thing! Sure beats all the annoyance of dark: everywhere :)

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

    so far the best solution for custom theme

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

    Underrated channel. Let's go for the 100k in 2023 🎉

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

      Thanks! It’s looking like 35k is more realistic lol

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

      fam you meant underrated, overrated is the exact opposite xD

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

      @@haidarezio you are correct :)

    • @LangitBiru-07
      @LangitBiru-07 Рік тому

      ​@@CodinginPublicgas yuk ❤ pasti bisa

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

      @@antonio_cl Didn't want to correct you; easy mistake. Knew what you meant :)

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

    Thanks for this, I’ve been struggling with the flash of unstyled content

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

    Thanks Chris, very useful!

  • @BorisBarroso
    @BorisBarroso 14 днів тому

    Amazing, getting here late but this is great!

    • @CodinginPublic
      @CodinginPublic  14 днів тому

      Yeah, never turned back after doing dark mode this way!

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

    This is a goated video. God bless man 🙏🙏

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

    Work Smart, Not Hard! Thank you for the video!

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

    Amazing tutorial, although I would like to know if it's possible to apply css variables using custom classes created in css and updating the variables the same way as you did instead of using tailwind custom colors, and if it's possible witch way is better?

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

    Thanks a lot, it works like a charm! 🤩

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

    css variable is dangerously awesome 🤩

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

    Pretty nice actually. Ill try it on my coming project

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

    Can you do this in Astro? It would be a great addition to your Astro Blog theme! Thanks again!

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

      Well that whole thing is written in standard CSS :) but I’ll likely do more tailwind stuff in the future. Astro makes tailwind easy on the setup!

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

    Thank dude! I'm learning Tailwind and I was thinking it very annoying to keep adding the prefix dark: to classes

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

    This stuff is gold…

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

    amazing tutorial fam !

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

    my favorite way to do dark mode in tailwind, only caveat is conditional elements like active states

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

    didn't know you could put multiple arguments into a single custom property like that. I once wrote a postcss plugin that'd create additional properties for each individual argument of color functions. I might go and turn that into one that adds -rgb, -hsl and -lch suffixed vars from a base color. I've had plenty of usecases where I wanted to add transparency to my theme colors :)

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

      Yeah, Tailwind has a lot of advanced customization options! Honestly, when I get that complex, I just prefer to use CSS :) But I can see why the advanced customization is so helpful for large teams that want to use tailwind.

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

      @@CodinginPublic ngl I've literally never used tailwind, but I did rewrite my old postcss plugin to do custom properties like in this video. I called it postcss-split-colors. Currently still got some issues with the color conversions causing rounding errors for non-RGB colors and the syntax is very strict right now, but the props splitting is working :)

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

    i hate front end but i have to do it for one of my project thank you so much

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

    yeah, it's cool for react but what about Next js server component? How do I make switcher for a server rendered page?

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

      Should work the same. If you want an actual switcher (like user can change it), then I'd recommend storing it in cookies. Have a tutorial coming out soon with Astro showing this, so hopefully it'll give you the conceptual idea, even if it's with a different framework.

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

      @@CodinginPublic yeah. I already tried this with cookies BUT in order to read the new ( dynamically set ) cookies in our server component, that server component must be reloaded, which we can do, but it is not cool! The solution must be that we have to somehow change dynamically the value of "data-theme" attribute in server component! Preferably without reloading the app..

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

      ​@@maxkosh4839Ah-okay. If I understand correctly, I'd make sure you save it to cookies. But as far as updating the UI, you should be able to use a useRef and a wrapper or something to actually update the UI live. I've got a video coming out tomorrow that shows how to do this with Astro, but the idea is very much the same (just use the useRef hook in React to give you access to the actual DOM node wrapper).

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

      @@CodinginPublic yeah, I tried this option, I managed to literally access the DOM, but I was told altering the is somehow a bad practice.. so I went with another solution: since I working win Next js I created a client side wrapper ThemeProvider poered by useContext and somehow it allows me to handle the state in it while everything inside the wrapper is still serverside rendered.. the only problem is that I had to put "data-theme" attributute inside the wrapper, cs it is impossible to use hooks on server side in Next js.. Although, some client side components in Next are still being rendered as they were server components.. weird.. but it works

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

    Hi,
    So I have a problem and I am unable to find a solution. I am using prefers-color-scheme and also want to use data-theme. Basically the intended usage is that on first page access the color scheme should pick the users maschine color and whenever the user wants to switch he can either do it with changing his maschine or using the switch. However, this is not working on my end. Either the switch or the system scheme but not both of them at the same time.
    Am I doing something wrong?

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

      It's likely the order of your CSS declarations. You'd want the two system defaults at the top and then [data-theme=dark]/[data-theme=light] below that. Does that make sense? That way it always defaults to a system UNLESS the user has set something. You’ll also need to account for page transitions if you’re not using react or some other UI framework that does CSR.

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

      @@CodinginPublic Thanks for answering. I have tried that but unfortunately its not working at all. Ive been checking the internet for some days but I have not found a solution for it and also cant send the code here. But thanks, then I keep searching!

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

      @@CodinginPublic Forgot to mention that I am using nextJS and also the next-themes ThemeProvider

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

    2:29 pretty sure HSA or RGBA renders Tailwind's opacity directives useless. I think RGB is the right way to do it. But... that's just my understanding based on a fuzzy memory of someone talking about this in the past.

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

      Yes, you’d need to use either HSL or RGB, it looks like. The "A" slot is filled by that Tailwind directive.

  • @IgnacioFigueroa-g5w
    @IgnacioFigueroa-g5w Рік тому

    Great video! How can I make a toggle button?

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

    Hey dude, how did you make that linear gradient animation effect on the background, could you please do a video on that, it's super impressive.

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

      I may! In the meantime, feel free to check out the code in the description.

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

      @@CodinginPublic I had a look in the repo, wasn't able to identify the place responsible for the background. A pointer please?

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

    hey wassup homie? What was that tool you used to copy paste stuff in here 03:20 ?

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

      lol wassup my dude, Paste bot

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

      all good dawg, it used to annoy me so much copy pasting multiple stuffs, going back and forth between windows, now problem has been solved it seems, thanks dude@@CodinginPublic

  • @NilsFink-z5c
    @NilsFink-z5c 7 днів тому

    I want to use pictures in my Background, one for light and on efor dark. Have anyone an idea this is possible?

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

    awesome, will it (multi color theme) work if I have next.js 13 which uses app directory and I dont want to make it as a client component ?

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

      Awesome done, I did the basic one worked, now I will add multi color theme style soon update, thank you so much

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

      Sure work!

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

    does this work with Tailwind Prose classes from the typography plugin?

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

      Yes, but you need to adjust it some and customize the prose classes.

  • @oussamab-a7240
    @oussamab-a7240 Рік тому

    can you make a tutorial on react three fiber ?

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

      Never used it. But if I do and feel like I can offer something, happy to consider it!

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

    My only works if i omit the hsl(0,0,0) in the css, to be only 0,0,0. i can also not use alpha value in the config. does any1 else have the same problem?

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

      Yes, you have to have it just be the numbers since you're wrapping it in the tailwind config in hsl. Also, I think the hsl wrapper I have uses the updated syntax without the commas. so 0 0% 0% works, but not 0%, 0%, 0%.
      Does that help?

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

    Amazing

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

    Hello, did you forget to push the code in the github?😀

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

      Should be under a separate branch?

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

      @@CodinginPublic nice, I didn't look carefully before❤

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

    and how would you add color transition?

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

      Like between the modes?

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

      @@CodinginPublic yes, when you switch theme, how do you make the color transition so its smooth fade animation

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

      ​@@jeanpierrejeri6425 You should be able to use the transition-colors class in Tailwind.

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

    Thanks a lottt

  • @dimpleshakrawar9910
    @dimpleshakrawar9910 11 місяців тому +1

    in my case, it cannot read the color.

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

      Can you give me more details? I don't understand. Thanks!

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

    Why not just use nightwindcss instead and let it handle gradients and color mappings automatically instead of managing a config file?

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

      Yeah, I could see that for small projects. For anything of size, I’d want control though. But no problem if you prefer that.

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

    very good video :)

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

    what is the paste tool name?

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

    no toggle wtf

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

    good. is amzing

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

    what's your theme's name man?

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

      Palenight I think? Or community material Palenight?

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

    Too much talking this could have taken less time

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

    tailwind is an abomination. like... just look at your codes, it's unmaintainable, when you don't use Tailwind you can have unique names for each divs and you can use that to visualize your layout and content.

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

      lol…well, I've been pretty vocal here that my preference is my own CSS. That being said, I think Tailwind has a place. For me personally, when I only touch a project twice a year or something, I prefer tailwind. And I think it would also work well with a team of people. But it's not for everyone, and that's okay. I mostly write my own CSS and only those who know CSS can get true benefit out of a system like Tailwind.

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

      @@CodinginPublic I want to know how to use it actually, cuz when I read a div like ".btn", I know it's a button. but then I read tailwind classes like ".p-4 grid m-6 etc" I'm like wtf am I looking at, the whole point of coding is to make it easy to understand. how is my team members going to find a buggy tiny piece of HTML inside that component if they can't understand the name? am I going to use chrome inspector and find it in my code? I'm pretty sure a short BEM CSS classname will beat this system any day.

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

      @@wentallout If it helps, each Tailwind class essentially corresponds to a single CSS property. So if you know CSS, it’s pretty easy to pick up on what tailwind classes effect styling on each element. As to it being confusing for a team, it depends on your build system. But most of the time, when using a component-based system, you know things are buttons because you’re pulling in a component called or something like that. Tailwind doesn't really make much sense if you’re just writing raw HTML, but if you’re using a modern templating system, you’re only writing those classes once for each component and then referencing that component throughout your codebase.

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

    In the next project I need to use this, damm it's useful to know. I got tired using "dark:" prefix.