相关疑难解决方法(0)

使用 Tailwind CSS 基于类的暗模式防止 Next.js 12 中的页面闪烁

在 Tailwind CSS 中使用基于类的深色模式和 Next.js v12 时,如何防止页面闪烁,而不使用任何 3rd 方 pkg(例如 next-themes)?

我看过:

// On page load or when changing themes, best to add inline in `head` to avoid FOUC
if (localStorage.theme === …
Run Code Online (Sandbox Code Playgroud)

javascript reactjs next.js tailwind-css

15
推荐指数
2
解决办法
6248
查看次数

标签 统计

javascript ×1

next.js ×1

reactjs ×1

tailwind-css ×1