Let's Build a Light/Dark Mode Toggle with Tailwind and Next.js

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

КОМЕНТАРІ • 15

  • @russbashaw2279
    @russbashaw2279 10 місяців тому +3

    Thanks for this excellent tutorial. I'd found many similar tutorials for Next.js but they were all for single-page applications that didn't require state. This one checks all the boxes.

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

    Beautifully explained and that too in under 13 minutes

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

    Thanks so much this was concise and straight to the point

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

    Thanks dude, this was simple clear to understand and works a treat!

  • @maskman4821
    @maskman4821 9 місяців тому +8

    Sir, this is client side approach, users will see a blank screen or a flicker when page gets refreshed which is not a good experience, how do we implement theme switcher with cookie in nextjs app router app? Can you create a tutorial on this topic? 🙏

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

    Your video is great! I think you should show the problem when the screen flicking after you reload the page and the solution for it, it would be much better

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

      yeah, this is an issue we need to work it out ❤

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

      @@maskman4821 You should try next-themes, it worked for me

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

    What about reloading? on reload it will splash the light mode.

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

    Thank you for the tutorial. I have seen similar tutorials that use a different approach, for example, with a dark/light theme using shadcn or with Tailwind theming. I wonder what your opinion is about these methods of applying dark/light mode, especially in terms of client and server side. Cheers Antonio!

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

    thanks so much

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

    bless brotha

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

    Thanks

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

    can you provide code as well