Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Translate 312 #302

Merged
merged 2 commits into from
Jul 4, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ You can download the PDF and Epub version of this repository from the latest run
|309| [formik이란?](#formik이란)|
|310| [Redux에서 비동기 호출을 처리하기 위한 일반적인 미들웨어는?](#Redux에서-비동기-호출을-처리하기-위한-일반적인-미들웨어는)|
|311| [브라우저가 JSX 코드를 이해하나?](#브라우저가-JSX-코드를-이해하나)|
|312| [Describe about data flow in react?](#describe-about-data-flow-in-react)|
|312| [React에서 데이터 흐름에 대해 설명하자면?](#React에서-데이터-흐름에-대해-설명하자면)|
|313| [react scripts란?](#react-scripts란)|
|314| [What are the features of create react app?](#what-are-the-features-of-create-react-app)|
|315| [renderToNodeStream 메서드의 목적은?](#renderToNodeStream-메서드의-목적은)|
Expand Down Expand Up @@ -5576,8 +5576,9 @@ You can download the PDF and Epub version of this repository from the latest run

**[⬆ Back to Top](#table-of-contents)**

312. ### Describe about data flow in react?
React implements one-way reactive data flow using props which reduce boilerplate and is easier to understand than traditional two-way data binding.
312. ### React에서 데이터 흐름에 대해 설명하자면?

React는 보일러 플레이트를 줄이고 기존의 양방향 데이터 바인딩보다 이해하기 쉽도록 props를 사용하여 단방향 반응성 데이터 흐름을 구현하였다.

**[⬆ Back to Top](#table-of-contents)**

Expand Down