Skip to content

Commit

Permalink
docs: add link of Next.js docs (#241)
Browse files Browse the repository at this point in the history
  • Loading branch information
kelvinelove authored Nov 26, 2024
1 parent d218f8a commit e141e71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/react/use-with-next.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const Home = () => (
export default Home;
```

You should now see the Bubble component from `@ant-design/x` on your page. You can proceed to use other components to develop your application. For other development processes, you can refer to the [official Next.js documentation](https://nextjs.org/).
You should now see the Bubble component from `@ant-design/x` on your page. You can proceed to use other components to develop your application. For other development processes, you can refer to the [official Next.js documentation](https://nextjs.org/docs).

You may notice that the `@ant-design/x` component does not have styles on the first screen. Below, we'll address how to handle SSR (Server-Side Rendering) styles for Next.js.

Expand Down
2 changes: 1 addition & 1 deletion docs/react/use-with-next.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const Home = () => (
export default Home;
```

好了,现在你应该能看到页面上已经有了 `@ant-design/x` 的气泡组件,接下来就可以继续选用其他组件开发应用了。其他开发流程你可以参考 Next.js 的[官方文档](https://nextjs.org/)
好了,现在你应该能看到页面上已经有了 `@ant-design/x` 的气泡组件,接下来就可以继续选用其他组件开发应用了。其他开发流程你可以参考 Next.js 的[官方文档](https://nextjs.org/docs)

细心的朋友可以发现这时引入的 @ant-design/x 组件在首屏并没有样式,下面就需要根据 Next.js 的模式来选择不同的 SSR 样式处理方式。

Expand Down

0 comments on commit e141e71

Please sign in to comment.