Skip to content

Commit db97c4d

Browse files
Merge branch 'main' into feat/enhanced-hoist-container-refs
2 parents 3512dfd + e661838 commit db97c4d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/website-new/docs/en/guide/basic/data-fetch/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This approach heavily relies on routing functionality and cannot be used directl
1818
To solve this problem, {props.name || 'Module Federation'} provides **component-level** data fetching capabilities, allowing developers to fetch data and render components in SSR scenarios.
1919

2020
:::tip What is component-level?
21-
The use of {props.name || 'Module Federation'} can be broadly divided into two parts: components (functions) and applications. The difference between them is whether they include *routing* functionality.
21+
The use of Module Federation can be broadly divided into two parts: components (functions) and applications. The difference between them is whether they include *routing* functionality.
2222
:::
2323

2424
## How to Use

apps/website-new/docs/zh/guide/basic/data-fetch/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ SSR 场景中, `useEffect` 不会执行,这一行为导致常规情况下,
2222
为了解决这一问题,Module Federation 提供了**组件**级别数据获取能力,以便开发者可以在 SSR 场景下获取数据并渲染组件。
2323

2424
:::tip 什么是组件级别?
25-
{props.name || 'Module Federation'} 的使用大体分为两种部分:组件(函数)、应用。两者的区别在于是否带有*路由*功能。
25+
Module Federation 使用大体分为两种部分:组件(函数)、应用。两者的区别在于是否带有*路由*功能。
2626
:::
2727

2828
## 如何使用

0 commit comments

Comments
 (0)