App Router 现在值得入手吗?

2023-04-08 17:30:04 +08:00
 estk
默认 Server Component ,导致 mui 这类组件都无法使用了,虽然"use client"可以解决,但用了它反而无法用 Server Component 的特性

此外还有 useState 等 hook 也用不了,甚至连 onClick 都不行:
https://beta.nextjs.org/docs/rendering/server-and-client-components#when-to-use-server-vs-client-components

虽然 App Router 有很多使用新特性,但是感觉带来很多不便
2092 次点击
所在节点   Next.js
1 条回复
estk
2023-04-08 17:46:26 +08:00
nextui 官网直接提示:Next.js 13 introduces a new app/ directory folder structure. By default it uses React Server Components. To use NextUI in those components, you need to convert them into client-side component by adding a
'use client'; at the top of your file. NextUI only works in client-side components.[捂脸]
https://nextui.org/docs/guide/nextui-plus-nextjs

这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。

https://www.v2ex.com/t/930852

V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。

V2EX is a community of developers, designers and creative people.

© 2021 V2EX