An open API service indexing awesome lists of open source software.

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.

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

preview gif

## Special Thanks

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