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

refactor(shared/system/createContext.ts, shared/components): 반환값 Provider 컴포넌트에서 Context.Provider로 변경, components에 변경 반영 #118

Closed
2 tasks done
sukvvon opened this issue Mar 26, 2024 · 0 comments · Fixed by #119
Assignees
Labels
refactor 코드 리팩토링, 구조 개선, 성능 향상 등 기능 변경 없이 코드 자체를 개선하는 작업

Comments

@sukvvon
Copy link
Collaborator

sukvvon commented Mar 26, 2024

요청하려는 기능이 연관된 문제에 대해 설명해 주세요

  • 기존 createContext 함수 내부 Provider 컴포넌트에서 동일한 로직을 불필요하게 감쌋다고 생각하여 기존 Context에서 제공하는 Context.Provider로 변경합니다!
  • 변경애 따라 기존 createContext를 사용한 component에 적용합니다!

생각 중인 todo 목록을 작성해 주세요

  • 반환값 Provider 컴포넌트에서 Context.Provider로 변경
  • 변경한 createContext를 적용

기타

@github-actions github-actions bot added the refactor 코드 리팩토링, 구조 개선, 성능 향상 등 기능 변경 없이 코드 자체를 개선하는 작업 label Mar 26, 2024
@sukvvon sukvvon changed the title refactor(shared/system/createContext.ts): 반환값 Provider 컴포넌트에서 Context.Provider로 변경 refactor(shared/system/createContext.ts, shared/components): 반환값 Provider 컴포넌트에서 Context.Provider로 변경, components에 변경 반영 Mar 26, 2024
@sukvvon sukvvon self-assigned this Mar 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactor 코드 리팩토링, 구조 개선, 성능 향상 등 기능 변경 없이 코드 자체를 개선하는 작업
Projects
None yet
1 participant