-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1b32087
commit a29e272
Showing
1 changed file
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 확장 프로그램을 설치하면 유용 | ||
* | ||
|