Skip to content
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

[이상조] 챕터 10: 모듈형 자바스크립트 디자인 패턴 #89

Merged
merged 1 commit into from
Nov 27, 2024

Conversation

sjoleee
Copy link
Member

@sjoleee sjoleee commented Nov 24, 2024

응 클로드로 공부할거야~

Comment on lines +56 to +57
순수한 브라우저 환경에서는 AMD가, Node.js 환경에서는 CommonJS가, 그리고 라이브러리 개발에는 UMD가 적합할 수 있습니다.
그러나 현대의 웹 개발에서는 대부분 번들러를 사용하기 때문에, ESM을 사용하고 필요한 경우 번들러가 적절한 포맷으로 변환하는 방식이 일반적입니다.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@sjoleee sjoleee merged commit 3aaf225 into main Nov 27, 2024
1 check passed
@sjoleee sjoleee deleted the sjoleee-patch-4 branch November 27, 2024 02:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants