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

[FEAT] 스크립트를 로드하는 유틸 함수 구현 #575

Open
2 tasks done
cruelladevil opened this issue Oct 12, 2024 · 0 comments · May be fixed by #576
Open
2 tasks done

[FEAT] 스크립트를 로드하는 유틸 함수 구현 #575

cruelladevil opened this issue Oct 12, 2024 · 0 comments · May be fixed by #576
Assignees
Labels
[ 🌞 FE ] 프론트엔드 크루들의 빛나는 개발 이야기 하나둘셋 호! ✨ Feat 꼼꼼한 기능 구현 중요하죠

Comments

@cruelladevil
Copy link
Collaborator

cruelladevil commented Oct 12, 2024

🤷 구현할 기능

유튜브 iframe을 로드하는 함수를 보니 굳이 유튜브 iframe을 로드하는 함수로 되어 있어야 하나 생각이 드네요.
스크립트를 로드하는 부분만 유틸화하여 유튜브 iframe을 로드하면 더욱 명시적이고 재사용 가능성도 높아질 것 같아요.

// AS-IS
await loadIFrameApi();

// TO-BE
await loadScript("https://www.youtube.com/iframe_api");

🔨 상세 작업 내용

  • 스크립트를 로드하는 유틸 함수 구현
  • 유튜브 iframe을 로드하는 함수 리팩터링

📄 참고 사항

⏰ 예상 작업 시간

⏰ 마감일

@cruelladevil cruelladevil added [ 🌞 FE ] 프론트엔드 크루들의 빛나는 개발 이야기 하나둘셋 호! ✨ Feat 꼼꼼한 기능 구현 중요하죠 labels Oct 12, 2024
@cruelladevil cruelladevil self-assigned this Oct 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[ 🌞 FE ] 프론트엔드 크루들의 빛나는 개발 이야기 하나둘셋 호! ✨ Feat 꼼꼼한 기능 구현 중요하죠
Projects
Status: Todo
Development

Successfully merging a pull request may close this issue.

1 participant