-
Notifications
You must be signed in to change notification settings - Fork 0
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
[김동규] 9장: 모던 리액트 개발 도구로 개발 및 배포 환경 구축하기 #68
The head ref may contain hidden characters: "9\uC7A5/\uAE40\uB3D9\uADDC"
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
고생하셨습니다!!
- skipLibCheck: .d.ts파일 검사 여부 | ||
|
||
```생각 & 의견 | ||
저는 켜놓는 편 입니다. .d.ts 파일을 생각보다 많이 사용해서 타입체크가 안되면 많이 불편하더라고요 | ||
``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
요 옵션을 켜줘야만 ide가 판단할 수 있는 것인가요?!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
넵 맞아요! 책에서는 라이브러리 .d.ts까지 체크하니 꺼두는게 좋다라고 적혀있긴합니다..
|
||
### 9.1.6 애플리케이션 코드 작성 | ||
|
||
Next.js 애플리케이션 코드는 `src/page`아래 실제 라우팅과 관련된 파일을 기재해야 한다. 폴더 구조에 정답은 없다. 팀에서 잘 정해서 최선의 구조를 사용하자 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
나중에 회사 프로젝트 폴더 구조 공유(?) 해보는 것도 좋을 것 같아요,,!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
고생하셨습니다 !! 👍 👍
```생각 & 의견 | ||
실제 https://react.dev/learn/start-a-new-react-project 보시면 create-react-app 관련 내용이 삭제 되어있었습니다. 한때 깃헙 이슈에서 난리가 났었는데 vite을 뉴노멀로 만들자 parcel 도입하자 등 이야기가 꽤 많았는데 그 이슈를 못찾겠네요.. | ||
``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
빝으 쵝오
### 9.4.3 정리 | ||
|
||
기업에서는 도커로 히스토리 남기거나 롤백도 자주 하기 어느정도는 알고 있어야 한다. 추가적으로 쿠버네티스를 이용한 탄력적 배포 및 관리가 가능하고 헬름차트를 활요해 정적인 쿠버네티스 플랫폼을 상황에 맞게 관리할 수 있다. | ||
|
||
```추가정리 | ||
헬름은 쿠버네티스에서 애플리케션을 배포하기 위해 사용되는 대표적인 패키징 툴이다. 헬름차트는 쿠버네티스 리소스를 하나로 묶은 패키지에 해당한다. 헬름으로 차트를 관리하는 목적은 여러개의 ymal파일 관리하기 쉽게 하기 위해서이다. | ||
``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 👍 👍 👍 👍
속빈 쭉정이..