From d6e063cd59dbd7ae7b7459e17217268db28ae76c Mon Sep 17 00:00:00 2001 From: SeonHyungJo Date: Fri, 20 Nov 2020 23:59:34 +0900 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=94=96=20SeonHyungJo=20/=20Translate?= =?UTF-8?q?=20/=20Update=20translate-326?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 3dcb4b23..e853ed81 100644 --- a/README.md +++ b/README.md @@ -376,7 +376,7 @@ You can download the PDF and Epub version of this repository from the latest run |323| [React에서 명령형과 선언형의 차이점은](#React에서-명령형과-선언형의-차이점은)| |324| [Reactjs와 함께 Typescript를 사용할 때 장점?](#Reactjs와-함께-Typescript를-사용할-때-장점)| |325| [Context API State Management 사용 시 페이지 새로 고침을 해도 사용자가 인증된 상태를 유지하는 방법은?](#Context-API-State-Management-사용-시-페이지-새로-고침을-해도-사용자가-인증된-상태를-유지하는-방법은)| -|326| [What are the benefits of new JSX transform?](#what-are-the-benefits-of-new-jsx-transform) +|326| [새로운 JSX transform의 장점은?](#새로운-JSX-transform의-장점은) |327| [How does new JSX transform different from old transform?](#how-does-new-jsx-transform-different-from-old-transform) ## Core React @@ -5834,17 +5834,17 @@ const loadUser = async () => { **[⬆ Back to Top](#table-of-contents)** -326. ### What are the benefits of new JSX transform? +326. ### 새로운 JSX transform의 장점은? -There are three major benefits of new JSX transform, +3가지의 새로운 JSX transform 주요 장점이 있다. -1. It is possible to use JSX without importing React packages -2. The compiled output might improve the bundle size in a small amount -3. The future improvements provides the flexibility to reduce the number of concepts to learn React. +1. React packages를 가져오지 않고 JSX를 사용할 수 있다. +2. 더 작은 사이즈로 컴파일 결과물이 만들어지도록 개선되었다. +3. 추후 React를 배우는데 필요한 개념을 줄일 수 있도록 유연함을 제공한다. **[⬆ Back to Top](#table-of-contents)** -327. ### How does new JSX transform different from old transform? +1. ### How does new JSX transform different from old transform? The new JSX transform doesn’t require React to be in scope. i.e, You don't need to import React package for simple scenarios. From 6e53a61cae04f34a923ccb847e3214606edfaa84 Mon Sep 17 00:00:00 2001 From: sNyung Date: Sat, 21 Nov 2020 23:14:31 +0900 Subject: [PATCH 2/2] =?UTF-8?q?update=20:=20Numbering=20=EB=AC=B8=EC=A0=9C?= =?UTF-8?q?=20=ED=95=B4=EA=B2=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Yongjae Lee --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e853ed81..2eef0101 100644 --- a/README.md +++ b/README.md @@ -5844,7 +5844,7 @@ const loadUser = async () => { **[⬆ Back to Top](#table-of-contents)** -1. ### How does new JSX transform different from old transform? +327. ### How does new JSX transform different from old transform? The new JSX transform doesn’t require React to be in scope. i.e, You don't need to import React package for simple scenarios. @@ -5892,4 +5892,4 @@ function App() { **Note:** You still need to import React to use Hooks. -**[⬆ Back to Top](#table-of-contents)** \ No newline at end of file +**[⬆ Back to Top](#table-of-contents)**