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

[백지연] 챕터 9: 비동기 프로그래밍 패턴 #72

Merged
merged 1 commit into from
Nov 19, 2024

Conversation

100Gyeon
Copy link
Member

No description provided.

Comment on lines +58 to +76
> 자바스크립트 데코레이터
> https://github.com/tc39/proposal-decorators
> 현재는 표준이 아니기 때문에 바벨로 트랜스파일하거나 타입스크립트를 사용해야 합니다.

> 바벨로 데코레이터 사용하기
> https://babeljs.io/docs/babel-plugin-proposal-decorators
> https://www.youtube.com/watch?v=9SuuHi7qk24
>
> ```json
> // babel.config.json
> {
> "presents": ["@babel/preset-env"],
> "plugins": [["@babel/plugin-proposal-decorators", { "version": "2023-11" }]]
> }
> ```

> 타입스크립트에서 데코레이터 사용하기
> https://devblogs.microsoft.com/typescript/announcing-typescript-5-0/#decorators
> https://blog.logrocket.com/practical-guide-typescript-decorators
Copy link
Member

Choose a reason for hiding this comment

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

👏 👏 👏 👏 👏 👏

@100Gyeon 100Gyeon merged commit 51fe716 into main Nov 19, 2024
1 check passed
@100Gyeon 100Gyeon deleted the 챕터9/백지연 branch November 19, 2024 14:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants