From b128c3c5fcc78e87c34400411da758435b5101a3 Mon Sep 17 00:00:00 2001 From: KyuHyun <60245276+kyuhyunhan@users.noreply.github.com> Date: Sat, 18 Sep 2021 23:35:45 +0900 Subject: 리액트 시작하기 첫 단락 번역 (#2468) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../client-side_javascript_frameworks/react_getting_started/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files') diff --git a/files/ko/learn/tools_and_testing/client-side_javascript_frameworks/react_getting_started/index.html b/files/ko/learn/tools_and_testing/client-side_javascript_frameworks/react_getting_started/index.html index 21c8409a5b..403b6a6bb2 100644 --- a/files/ko/learn/tools_and_testing/client-side_javascript_frameworks/react_getting_started/index.html +++ b/files/ko/learn/tools_and_testing/client-side_javascript_frameworks/react_getting_started/index.html @@ -37,7 +37,7 @@ tags:
As its official tagline states, React is a library for building user interfaces. React is not a framework – it's not even exclusive to the web. It's used with other libraries to render to certain environments. For instance, React Native can be used to build mobile applications; React 360 can be used to build virtual reality applications; and there are other possibilities besides.
+공식 소개문구에 명시되어 있듯이, React는 유저 인터페이스를 만드는데 사용되는 라이브러리입니다. React는 프레임워크가 아닐뿐더러, 웹 환경에만 국한된 도구도 아닙니다. 특정 환경에 렌더링되기 위해서는 다른 라이브러리들이 함께 사용되는데, 예를 들어 모바일 애플리케이션을 빌드하는데 사용되는 React Native, 가상현실 애플리케이션을 빌드하는데 사용되는 React 360가 있고, 그 외에도 다양한 환경에서 활용이 가능합니다.
To build for the web, developers use React in tandem with ReactDOM. React and ReactDOM are often discussed in the same spaces as — and utilized to solve the same problems as — other true web development frameworks. When we refer to React as a "framework", we’re working with that colloquial understanding.
-- cgit v1.2.3-54-g00ecf