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] @Dependency propertyWrapper 생성 및 의존성 주입 방식 변경 #92

Open
2 tasks
shippingpark opened this issue Feb 12, 2025 · 0 comments
Open
2 tasks
Assignees

Comments

@shippingpark
Copy link
Collaborator

🏷️ Description

[문제상황]

  • 의존성 주입마다 타입 명시해주는 구문 반복
  • 상위 뷰가 하위 뷰의 의존성 타입 인지

[해결방법]
의존 객체를 부모 뷰가 아닌 전역 객체로부터 받아옵니다

TCADependecies 라이브러리를 참고하여 작업하겠습니다

🍪 TODO

  • DependencyValue, DependencyKey 객체 생성
  • 기존 Service 의존성 주입 방식 변경
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant