We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
미션 1
redux-toolkit
Provider
configureStore
cartSlice
미션 2
clearCart Action
redux-toolkit 사용, CartSlice생성 후 store연결 ModalSlice생성 후 store 연결, index.html에 root말고 portal추가
The text was updated successfully, but these errors were encountered:
phjlia2430
Successfully merging a pull request may close this issue.
🛠 Mission
📝 To-do
미션 1
redux-toolkit
를 사용하기 위해서Provider
를 연결configureStore
를 활용해, 중앙 저장소를 만들기cartSlice
를 만들어주고, 중앙 저장소에 연결미션 2
clearCart Action
을 활용했는가?🔍 접근 방법
redux-toolkit 사용, CartSlice생성 후 store연결
ModalSlice생성 후 store 연결, index.html에 root말고 portal추가
The text was updated successfully, but these errors were encountered: