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.
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? 🙏
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
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!
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.
Beautifully explained and that too in under 13 minutes
Thanks so much this was concise and straight to the point
Thanks dude, this was simple clear to understand and works a treat!
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? 🙏
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
yeah, this is an issue we need to work it out ❤
@@maskman4821 You should try next-themes, it worked for me
What about reloading? on reload it will splash the light mode.
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!
thanks so much
bless brotha
Thanks
can you provide code as well