Skip to content

Commit 69cf5a6

Browse files
react-translations-botkassensryanjbonnellorama254lumirlumir
authored
Sync with react.dev @ 6274d4f (#1010)
* Update /link/legacy-context to removal blog post (#7047) * Update verb usage in sentence (#7070) * docs: Add RenderCon Kenya 2024 conference (#6914) * fix: EN lint to KO link 영문 링크 한글 링크로 수정 * fix: conflict resolve conflict가 발생하는 부분 수정하였습니다. 새로 추가된 부분이 기존에 번역된 내용이어서, 큰 수정 없이 삭제만 진행하였습니다. --------- Co-authored-by: Jan Kassens <[email protected]> Co-authored-by: Ryan Bonnell <[email protected]> Co-authored-by: ramadevsign <[email protected]> Co-authored-by: 루밀LuMir <[email protected]>
1 parent 78a22d3 commit 69cf5a6

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

src/content/community/conferences.md

+4
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ September 19-21, 2024. Alicante, Spain.
4040

4141
[Website](https://reactalicante.es/) - [Twitter](https://twitter.com/ReactAlicante) - [YouTube](https://www.youtube.com/channel/UCaSdUaITU1Cz6PvC97A7e0w)
4242

43+
### RenderCon Kenya 2024 {/*rendercon-kenya-2024*/}
44+
October 04 - 05, 2024. Nairobi, Kenya
45+
46+
[Website](https://rendercon.org/) - [Twitter](https://twitter.com/renderconke) - [LinkedIn](https://www.linkedin.com/company/renderconke/) - [YouTube](https://www.youtube.com/channel/UC0bCcG8gHUL4njDOpQGcMIA)
4347

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

src/content/learn/adding-interactivity.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ setCount(count + 1); // Request a re-render with 1
265265
console.log(count); // Still 0!
266266
```
267267

268-
이 동작은 미묘한 버그를 피하는 데 도움이 됩니다. 간단한 채팅 앱을 예시로 들겠습니다. "Send"를 먼저 누른 다음 수신자를 Bob으로 변경하면 어떻게 될지 추측해 보세요. 5초 후에 `alert`에 어떤 이름이 나타날까요?
268+
이 동작은 미묘한 버그를 피하는 데 도움이 됩니다. 간단한 채팅 앱을 예시로 들겠습니다. "Send"를 먼저 누른 *다음* 수신자를 Bob으로 변경하면 어떻게 될지 추측해 보세요. 5초 후에 `alert`에 어떤 이름이 나타날까요?
269269

270270
<Sandpack>
271271

vercel.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
},
9292
{
9393
"source": "/link/legacy-context",
94-
"destination": "https://legacy.reactjs.org/docs/legacy-context.html",
94+
"destination": "https://ko.react.dev/blog/2024/04/25/react-19-upgrade-guide#removed-removing-legacy-context",
9595
"permanent": false
9696
},
9797
{

0 commit comments

Comments
 (0)