Skip to content

Commit bc12760

Browse files
authored
docs: add TanStack Router to ecosystem (#13870)
* docs: add TanStack Router to ecosystem * docs: update TanStack Router ecosystem links
1 parent fc4ca02 commit bc12760

2 files changed

Lines changed: 17 additions & 0 deletions

File tree

website/docs/en/guide/start/ecosystem.mdx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,15 @@ Re.Pack v5 uses Rspack and React Native community CLI's plugin system to allow y
136136

137137
[Storybook Rsbuild](https://storybook.rsbuild.rs/) allows you to use Rsbuild as the build tool for Storybook, and provides UI framework integrations like React and Vue.
138138

139+
### TanStack Router
140+
141+
<Tag color="geekblue">Router</Tag>
142+
<Tag color="purple">React</Tag>
143+
144+
[TanStack Router](https://tanstack.com/router/latest) is a type-safe router for building React applications with features like nested routes, route-level data loading, and search params APIs.
145+
146+
You can integrate TanStack Router with Rspack through the [Rspack plugin](https://tanstack.com/router/latest/docs/installation/with-rspack).
147+
139148
## More
140149

141150
Visit [awesome-rstack](https://github.com/rstackjs/awesome-rstack) to discover more projects within the Rspack ecosystem.

website/docs/zh/guide/start/ecosystem.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,14 @@ Re.Pack v5 使用 Rspack 和 React Native 社区 CLI 的插件系统,允许你
126126

127127
[Storybook Rsbuild](https://storybook.rsbuild.rs/) 允许你使用 Rsbuild 作为 Storybook 的构建工具,并提供了 React 和 Vue 等 UI 框架的集成。
128128

129+
### TanStack Router
130+
131+
<Tag color="geekblue">路由</Tag> <Tag color="purple">React</Tag>
132+
133+
[TanStack Router](https://tanstack.com/router/latest) 是一个用于构建 React 应用的类型安全路由库,提供嵌套路由、路由级数据加载和 search params API 等能力。
134+
135+
TanStack Router 可以通过 [Rspack 插件](https://tanstack.com/router/latest/docs/installation/with-rspack) 与 Rspack 集成。
136+
129137
## 更多
130138

131139
访问 [awesome-rstack](https://github.com/rstackjs/awesome-rstack) 来发现更多 Rspack 生态中的项目。

0 commit comments

Comments
 (0)