Next.js 13 App Router + SSR Theme Switching #2216
xarunoba
started this conversation in
Show and tell
Replies: 1 comment
-
THANK YOU!!!! I have searched long and hard for this, and I'm so happy you did this. It's working. All the other 'solutions' I found are terrible and don't work. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there! I'd like to share a simple example of how I got theme switching for daisyUI to work with Next.js 13 App Router's server components.
I used this discussion's solution with modifications of my own so that it will fit with daisyUI and SSR. The theme is prerendered and uses cookies to identify the user's theme server-side.
Link:
https://github.com/Xarunoba/nextjs-daisyui-ssr
Beta Was this translation helpful? Give feedback.
All reactions