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] Refactoring into auth and group reducers #60

Merged
merged 4 commits into from
Dec 3, 2020

Conversation

saseungmin
Copy link
Collaborator

@saseungmin saseungmin commented Dec 3, 2020

  • redux를 2개의 store로 분리 auth, group
  • 변경함에 있어서 전체 테스트 수정.

@saseungmin saseungmin added the refactoring 리팩토링 수정사항 수정 label Dec 3, 2020
@saseungmin saseungmin closed this Dec 3, 2020
@saseungmin saseungmin reopened this Dec 3, 2020
@saseungmin saseungmin merged commit 81d901b into CodeSoom:main Dec 3, 2020
@saseungmin saseungmin mentioned this pull request Dec 3, 2020
20 tasks
Comment on lines +1 to +2
import { combineReducers } from '@reduxjs/toolkit';
import authReducer from './authSlice';
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

한 칸 띄어주기

@saseungmin saseungmin deleted the refactoring-for-reducer branch July 5, 2021 19:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactoring 리팩토링 수정사항 수정
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant