Skip to content

Commit d10113d

Browse files
fix conflicts
1 parent 1e5587d commit d10113d

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

src/content/blog/2022/06/15/react-labs-what-we-have-been-working-on-june-2022.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,7 @@ description: React 18 经过多年的努力才得以问世,它为 React 团队
2727

2828
特别地,我们放弃了拥有分叉 I/O 库(例如 react-fetch)的想法,转而采用了具有更好兼容性的 async/await 模型。这从技术上讲并不阻碍 RSC 的发布,因为还可以使用路由器进行数据获取。另一个变化是我们也放弃了文件扩展名的方法,而是采用了 [注释边界](https://github.com/reactjs/rfcs/pull/189#issuecomment-1116482278) 的方式。
2929

30-
<<<<<<< HEAD
31-
我们正在与 Vercel 和 Shopify 合作,在 Webpack 和 Vite 中统一打包器(bundler)对共享语义的支持。在发布之前,我们希望确保整个 React 生态系统中的 RSC 的语义是一致的。这是达到稳定状态的主要障碍。
32-
=======
33-
We’re working together with Vercel and Shopify to unify bundler support for shared semantics in both webpack and Vite. Before launch, we want to make sure that the semantics of RSCs are the same across the whole React ecosystem. This is the major blocker for reaching stable.
34-
>>>>>>> 09f39a07a1abacf92f9c92a6e36102ca2c3be2c7
30+
我们正在与 Vercel 和 Shopify 合作,在 webpack 和 Vite 中统一打包器(bundler)对共享语义的支持。在发布之前,我们希望确保整个 React 生态系统中的 RSC 的语义是一致的。这是达到稳定状态的主要障碍。
3531

3632
## 资源加载 {/*asset-loading*/}
3733

src/content/learn/react-compiler.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -312,11 +312,7 @@ export default defineConfig({
312312

313313
### Webpack {/*usage-with-webpack*/}
314314

315-
<<<<<<< HEAD
316-
由社区提供的 Webpack loader 可以 [在这里找到](https://github.com/SukkaW/react-compiler-webpack)
317-
=======
318-
A community webpack loader is [now available here](https://github.com/SukkaW/react-compiler-webpack).
319-
>>>>>>> 09f39a07a1abacf92f9c92a6e36102ca2c3be2c7
315+
由社区提供的 webpack loader 可以 [在这里找到](https://github.com/SukkaW/react-compiler-webpack)
320316

321317
### Expo {/*usage-with-expo*/}
322318

0 commit comments

Comments
 (0)