Skip to content

Commit b523ad8

Browse files
Apply suggestions from code review
1 parent 2062d1e commit b523ad8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/blog/2025/02/14/sunsetting-create-react-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ Create React App 中的另一个常见问题是 [代码分割](https://www.patte
212212
- bundle.js 75kb
213213
```
214214

215-
但为了达到理想的性能表现,你应该将代码“分割”成多个独立的代码包,这样用户只需下载他们所需要的部分。通过仅下载查看当前页面所需的代码,就能减少用户加载应用的等待时间。
215+
但为了达到理想的性能表现,你应该将代码“分割”成多个独立的代码包,这样用户只需下载他们所需要的部分。通过仅下载查看当前页面所需的代码,就能减少用户加载应用的等待时间。
216216

217217
```txt
218218
- core.js 25kb

0 commit comments

Comments
 (0)