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

[#183] redux 관련 파일 옮기기 #195

Merged
merged 1 commit into from
Aug 22, 2023
Merged

Conversation

chanwoo00106
Copy link
Member

💡 개요

redux 관련 파일을 전부 stores에 넣었는데
기능 별로 나누고 있는 현 프로젝트에서는 어울리지 않다고 판단 되어서
features/[기능 이름]/stores 로 전부 옮겼습니다

📃 작업내용

  • store 에 담겨있는 slice들을 features아래에 기능에 맞게 분류해서 옮김
  • 사용하지 않는 action들은 지움

@chanwoo00106 chanwoo00106 added 2️⃣ Priority: Medium 우선순위 - 중 ♻️ Refactor 코드 리팩토링 labels Aug 22, 2023
@chanwoo00106 chanwoo00106 self-assigned this Aug 22, 2023
@chanwoo00106 chanwoo00106 linked an issue Aug 22, 2023 that may be closed by this pull request
@vercel
Copy link

vercel bot commented Aug 22, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
sms ✅ Ready (Inspect) Visit Preview Aug 22, 2023 11:36am

@chanwoo00106 chanwoo00106 merged commit 25eda34 into master Aug 22, 2023
2 checks passed
@chanwoo00106 chanwoo00106 deleted the fix/redux-toolkit branch August 22, 2023 13:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2️⃣ Priority: Medium 우선순위 - 중 ♻️ Refactor 코드 리팩토링
Projects
None yet
Development

Successfully merging this pull request may close these issues.

react toolkit 파일 관리 수정
1 participant