Skip to content

Commit

Permalink
docs(en): merge reactjs.org/main into zh-hans.reactjs.org/main @ 156765f
Browse files Browse the repository at this point in the history
  • Loading branch information
awxiaoxian2020 authored Feb 18, 2024
2 parents be6b641 + 9a3418c commit cfc919b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,9 @@ Activity is still under research and our remaining work is to finalize the primi

In addition to this update, our team has presented at conferences and made appearances on podcasts to speak more on our work and answer questions.

- [Sathya Gunasekaran](/community/team#sathya-gunasekaran) spoke about the React Complier at the [React India](https://www.youtube.com/watch?v=kjOacmVsLSE) conference
- [Sathya Gunasekaran](/community/team#sathya-gunasekaran) spoke about the React Compiler at the [React India](https://www.youtube.com/watch?v=kjOacmVsLSE) conference

- [Dan Abramov](/community/team#dan-abramov) gave a talk at [RemixConf](https://www.youtube.com/watch?v=zMf_xeGPn6s) titled “React from Another Dimension” which explores and alternative history of how React Server Components and Actions could have been created
- [Dan Abramov](/community/team#dan-abramov) gave a talk at [RemixConf](https://www.youtube.com/watch?v=zMf_xeGPn6s) titled “React from Another Dimension” which explores an alternative history of how React Server Components and Actions could have been created

- [Dan Abramov](/community/team#dan-abramov) was interviewed on [the Changelog’s JS Party podcast](https://changelog.com/jsparty/311) about React Server Components

Expand Down
5 changes: 5 additions & 0 deletions src/content/community/conferences.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,11 @@ July 04 & 05, 2024. Bangalore, India (In-person event)

[Website](https://reactnexus.com/) - [Twitter](https://twitter.com/ReactNexus) - [Linkedin](https://www.linkedin.com/company/react-nexus) - [YouTube](https://www.youtube.com/reactify_in)

### Chain React 2024 {/*chain-react-2024*/}
July 17-19, 2024. In-person in Portland, OR, USA

[Website](https://chainreactconf.com) - [Twitter](https://twitter.com/ChainReactConf)

### React India 2024 {/*react-india-2024*/}
October 17 - 19, 2024. In-person in Goa, India (hybrid event) + Oct 15 2024 - remote day

Expand Down
4 changes: 2 additions & 2 deletions src/content/reference/react-dom/components/script.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ React 对 `<script>` 的扩展当前仅在 React Canary 与 experimental 渠道

#### 特殊的渲染行为 {/*special-rendering-behavior*/}

React 可以将 `<script>` 组件移动到文档的 `<head>` 中,并对相同脚本进行去重,并在脚本加载时 [挂起](http://localhost:3000/reference/react/Suspense)
React 可以将 `<script>` 组件移动到文档的 `<head>` 中,并对相同脚本进行去重,并在脚本加载时 [挂起](/reference/react/Suspense)

可以提供 `src``async={true}` 属性以选择行为。如果脚本具有相同的 `src`,React 将对脚本去重。`async` 属性必须为 true 才能安全地移动脚本。

Expand Down Expand Up @@ -146,4 +146,4 @@ export default function Page() {
}
```

</SandpackWithHTMLOutput>
</SandpackWithHTMLOutput>

0 comments on commit cfc919b

Please sign in to comment.