Skip to content

Commit

Permalink
React 내용 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
YonghoChoi committed Nov 24, 2018
1 parent 1b32087 commit a29e272
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions md/React/20180918_React_스터디.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
* Virtual DOM은 React에서 만들어진게 아님
* 원래 있던거임
* DOM을 직접 조작하게 되면 전체를 다시 그리게 됨
* 이를 Layout이라 하고 파폭에서는 reflow라고 함
* https://github.com/nhnent/fe.javascript/wiki/Reflow%EC%99%80-Repaint
* SPA는 페이지 이동 없이 서비스를 제공하며 어플리케이션 수준의 복잡도를 가진 경우를 칭함
* Title은 웹 표준의 필수 사항
* 검색 시 타이틀의 내용을 먼저 찾음
* meta 태그는 표준은 아니지만 적어주는 것이 좋음
* 크롬 브라우저에 React 확장 프로그램을 설치하면 유용
*

0 comments on commit a29e272

Please sign in to comment.