From 10a9b8f355724c0d02802f462a3f1b7d88a9f1eb Mon Sep 17 00:00:00 2001 From: Junseong Park Date: Wed, 2 Oct 2024 12:25:52 +0900 Subject: [PATCH] i18n(ko-KR): update `client-side-scripts.mdx` --- src/content/docs/ko/guides/client-side-scripts.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/content/docs/ko/guides/client-side-scripts.mdx b/src/content/docs/ko/guides/client-side-scripts.mdx index 007fab5964a19..7f9b7b9570757 100644 --- a/src/content/docs/ko/guides/client-side-scripts.mdx +++ b/src/content/docs/ko/guides/client-side-scripts.mdx @@ -244,3 +244,7 @@ import AstroGreet from '../components/AstroGreet.astro'; :::tip[알고 계셨나요?] 이것은 실제로 React와 같은 UI 프레임워크를 사용하여 작성된 컴포넌트에 props를 전달할 때 Astro가 뒤에서 수행하는 작업입니다! `client:*` 지시어가 있는 컴포넌트의 경우 Astro는 HTML 출력에 서버 측 props를 저장하는 `props` 속성이 있는 `` 사용자 정의 요소를 생성합니다. ::: + +### 스크립트와 UI 프레임워크 결합하기 + +UI 프레임워크에 의해 렌더링되는 요소들은 `