Skip to content

docs: remove props #3921

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 16, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/website-new/docs/en/guide/basic/data-fetch/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ This approach heavily relies on routing functionality and cannot be used directl
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.

:::tip What is component-level?
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.
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.
:::

## How to Use
Expand Down
2 changes: 1 addition & 1 deletion apps/website-new/docs/zh/guide/basic/data-fetch/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ SSR 场景中, `useEffect` 不会执行,这一行为导致常规情况下,
为了解决这一问题,Module Federation 提供了**组件**级别数据获取能力,以便开发者可以在 SSR 场景下获取数据并渲染组件。

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

## 如何使用
Expand Down
Loading