https://github.com/devnyxie/next-joyui-dm-flicker-fix
Resolving the JoyUI/MUI Local Storage Dark Mode flickering issue with App Router in Next.js.
https://github.com/devnyxie/next-joyui-dm-flicker-fix
nextjs14
Last synced: about 1 year ago
JSON representation
Resolving the JoyUI/MUI Local Storage Dark Mode flickering issue with App Router in Next.js.
- Host: GitHub
- URL: https://github.com/devnyxie/next-joyui-dm-flicker-fix
- Owner: devnyxie
- Created: 2024-06-01T13:31:25.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-01T13:34:42.000Z (about 2 years ago)
- Last Synced: 2025-04-03T10:51:47.971Z (about 1 year ago)
- Topics: nextjs14
- Language: JavaScript
- Homepage:
- Size: 135 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Solution to Dark Mode flickering in Next.js (App Router)
I've had a hard time trying to resolve the JoyUI/MUI Dark Mode flickering issue with App Router in Next.js, so I've decided to create this repository to save you time.
## Preview

## Special Thanks
Thanks to [@hasdsde](https://github.com/hasdsde) for their valuable insights shared on their [blog](https://hasdsd.cn/mui-joy/) <3