Skip to content

Commit

Permalink
chore: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
yuyutaotao committed Jun 17, 2024
1 parent a1a15c5 commit ac05328
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ Before using Rspack, please be aware that Rspack is currently in the rapid itera
- Rspack currently relies on SWC for code transformation and compression. Due to the lower maturity of SWC compared to Babel and Terser, you may encounter bugs of SWC in edge cases.
- Rspack is compatible with most plugins and loaders in the webpack ecosystem, but there are still some plugins and loaders that cannot be used temporarily.

Rspack is actively working to improve the above issues and plans to address them in future releases. We recommend that you evaluate your project requirements and risk tolerance before deciding whether to use Rspack. If your project requires high stability and performance, you should choose the more mature webpack. If you are willing to try new tools and contribute to their development, we welcome you to use Rspack and provide feedback and bug reports to help improve its stability and functionality.
Rspack is actively working to resolve the above issues and plans to address them in future updates. We recommend evaluating your project requirements and risk tolerance before deciding whether to use Rspack. If your project requires high stability and high performance, you should choose the more mature tool, Webpack. If you are willing to try new tools and contribute to their development, we encourage you to use Rspack and provide feedback and bug reports to help improve its stability and functionality.
2 changes: 1 addition & 1 deletion packages/document/builder-doc/docs/en/shared/rspackTip.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
:::tip What is Rspack
:::tip Rspack - A High Performance JavaScript Bundler

import Rspack from './rspack.md';

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: BFF
---
# BFF

BFF(Backends for Frontends)是一种架构模式,主要用于解决前后端协作中的数据聚合问题。在BFF架构下,前端应用程序不直接与后端服务通信,而是通过一个专门为前端定制的BFF中间层与后端服务交互。
BFF(Backends for Frontends)是一种架构模式,主要用于解决前后端协作中的数据聚合问题。在 BFF 架构下,前端应用程序不直接与后端服务通信,而是通过一个专门为前端定制的BFF中间层与后端服务交互。

它的适用场景包括:

Expand Down

0 comments on commit ac05328

Please sign in to comment.