generated from muhandojeon/study-template
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Showing
2 changed files
with
78 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,45 @@ | ||
## 오혜성 | ||
|
||
- 관심사에 따라 나누는 아키텍처 | ||
- 모바일에서는 MVVM이 일반적 | ||
|
||
## 신승준 | ||
|
||
- MVC는 양방향 데이터 흐름이라 관리가 어려워질 수 있다 | ||
|
||
## 이상조 | ||
|
||
- 리액트에서는 관심사에 따라 나누는 아키텍처들의 효과가 크지 않을 것 같다 | ||
- 컴포넌트가 MVVM의 뷰와 뷰모델을 합친 형태라 생각 | ||
|
||
## 서준환 | ||
|
||
- 모바일 채용 공고에서 빠지는 추세인 거 같음 | ||
- MVI (Intent) | ||
|
||
## 박승훈 | ||
|
||
- Vue를 먼저 했어서 양방향에 익숙했음 | ||
- 커진 규모에서 단방향의 편함을 이해함 | ||
- 컴포넌트 레벨에서 수직적으로 적용할 수 있을 것 같음 | ||
|
||
## 변수미 | ||
|
||
- 패턴의 역사에 대한 이해 | ||
- MVP는 뷰가 많고, 상호작용이 많을 때의 장점 | ||
|
||
## 백지연 | ||
|
||
- 태그드 템플릿 리터럴에 대한 예제 | ||
- 관련한 유툽 링크 | ||
- 이스케이프 문자 핸들링에 좋음 | ||
- `String.raw` | ||
|
||
## 박상범 | ||
|
||
- 중재자가 컨트롤러라고 생각함 | ||
- mdn에 태그드 템플릿 리터럴 예제가 많음 | ||
- 하이라이트 예제 | ||
- 선언적 데이터 바인딩 | ||
- setState가 뷰 모델 역할을 하는 거 아닐까 | ||
- 물론 정통적인 아키텍처에서는 명시적인 분리가 필요하겠지만 -> 커스텀 훅 |
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,33 @@ | ||
## 오혜성 | ||
|
||
- 어싱크 어웨잇은 F# 언어에서 시작 | ||
- 언어 차원에서의 데코레이터는 아직 스테이지 3 | ||
|
||
## 신승준 | ||
|
||
- forEach는 비동기 시 순서 보장이 안됨 for await of 사용시 순서가 보장 | ||
|
||
## 이상조 | ||
|
||
- 코드 스니펫을 모아둔 챕터 느낌 | ||
- 다른 레이어에서 다루는 기능들이라 효능이 크진 않을듯 | ||
|
||
## 서준환 | ||
|
||
- Promise.all을 통한 최적화 | ||
|
||
## 박승훈 | ||
|
||
- 데코레이터에 대한 이해 + 아쉬움 | ||
|
||
## 변수미 | ||
|
||
- 다~ 아는 것들이구만 ~ | ||
|
||
## 백지연 | ||
|
||
- 데코레이터 사용을 위해 바벨 혹은 타입스크립트 사용이 필요 | ||
|
||
## 박상범 | ||
|
||
- await 키워드가 필수가 아닌 상황 공유 |