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

0. React 에 대한 조사 #2

Open
1013115 opened this issue Aug 30, 2022 · 0 comments
Open

0. React 에 대한 조사 #2

1013115 opened this issue Aug 30, 2022 · 0 comments
Labels
조사 Improvements or additions to documentation

Comments

@1013115
Copy link
Collaborator

1013115 commented Aug 30, 2022

REACT

react란?

  • 웹 프레임워크로, 자바스크립트 라이브러리의 하나로서 사용자 인터페이스를 만들기 위해 사용된다.
  • react 홈페이지에서는사용자 인터페이스를 구축하기 위한 선언적이고 효율적이며 유연한 JavaScript 라이브러리라고 소개한다.

react의 특징

  • ‘컴포넌트’라고 불리는 작고 고립된 코드의 파편을 이용하여 복잡한 UI를 구성하도록 돕는다
  • props와 state를 사용한다.
    • Props란 부모 컴포넌트에서 자식 컴포넌트로 전달해 주는 데이터를 말한다
    • state는 동적인 데이터를 다룰 때 사용하며, 사용자와의 상호작용을 통해 데이터를 동적으로 변경할 때 사용한다.
  • react는 데이터의 흐름이 단 방향 (부모→ 자식)으로만 흐른다. 부모의 데이터를 변경하기 위해서는 state 사용한다
  • 일반적으로 html의 코드를 작성하고 특정 한 부분을 변경하면 전체 DOM을 새로게 만들어 비효율적인 구조인데, virtual DOM을 사용하면 변경된 부분만 반영하는 방식으로 효율성과 속도를 높인다.
  • 문서참고
@1013115 1013115 changed the title #1 2 Aug 30, 2022
@1013115 1013115 closed this as completed Aug 30, 2022
@1013115 1013115 reopened this Aug 30, 2022
@hoyyChoi hoyyChoi changed the title 2 React Aug 30, 2022
@hoyyChoi hoyyChoi changed the title React React 에 대한 조사 Aug 30, 2022
@1013115 1013115 changed the title React 에 대한 조사 0. React 에 대한 조사 Sep 3, 2022
@1013115 1013115 added the 조사 Improvements or additions to documentation label Sep 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
조사 Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant