Skip to content

Commit

Permalink
docs: isNodeChanged.js 구현 가이드 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
fecapark committed Jan 16, 2024
1 parent 3e2c5e4 commit a789077
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions 02. 렌더링/05/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,12 @@ npm test

- `index.html` 안에 렌더링 될 구성요소를 특정할 수 있도록 `data-component` 속성을 할당해보세요.

- [ ] `isNodeChange.js` 코드를 작성하고, 테스트를 통과해보세요.

- [ ] `applyDiff.js` 코드를 작성하고, 테스트를 통과해보세요.

- `isNodeChange.js` 에 작성한 모듈을 활용해보세요.

- [ ] 프로그램 내부에서 가상 DOM을 렌더링해보세요.

- `registry.js``add` 함수를 호출하여 렌더링할 컴포넌트들을 미리 할당해주세요.
Expand All @@ -49,3 +53,4 @@ npm test

- 로컬 환경에서 의도한대로 작동하는지 확인해보세요.
- 코드 맥락만 맞다면 자유롭게 import / export 하셔도 됩니다.
- 테스트 코드에 케이스는 추가 가능하나, 기존 테스트 코드를 변경하지는 말아주세요.

0 comments on commit a789077

Please sign in to comment.