跳转到主内容
首页
项目
博客
简历
联系我
中文
|
EN
博客
全局提示队列实战:用 Zustand Slice 驱动 Mantine Notifications
返回
全局提示队列实战:用 Zustand Slice 驱动 Mantine Notifications
发布于 2026-08-31
·
14 分钟阅读
React
TypeScript
目录
为什么不要到处直接调用 [notifications.show](http://notifications.show/)()
通知 Slice
NotificationBridge 组件
相关文章
深入
2026-08-28
Next.js 下 Zustand 的 persist 中间件:修复 SSR 水合不一致问题
2026-08-25
流式渲染 Server Component:Suspense 边界与 Mantine 骨架屏的正确用法
2026-08-22
用 Next.js Route Handlers 做
2026-08-19
CSS Modules 的 composes:不靠 CSS-in-JS 运行时也能共享设计变量
2026-08-16
目录
为什么不要到处直接调用 [notifications.show](http://notifications.show/)()
通知 Slice
NotificationBridge 组件
相关文章
深入
2026-08-28
Next.js 下 Zustand 的 persist 中间件:修复 SSR 水合不一致问题
2026-08-25
流式渲染 Server Component:Suspense 边界与 Mantine 骨架屏的正确用法
2026-08-22
用 Next.js Route Handlers 做
2026-08-19
CSS Modules 的 composes:不靠 CSS-in-JS 运行时也能共享设计变量
2026-08-16