Skip to content

[9주차/엠버] 워크북 제출합니다.#89

Open
haewonwon wants to merge 3 commits into
UMC-Inha:엠버/mainfrom
haewonwon:엠버/main

Hidden character warning

The head ref may contain hidden characters: "\uc5e0\ubc84/main"
Open

[9주차/엠버] 워크북 제출합니다.#89
haewonwon wants to merge 3 commits into
UMC-Inha:엠버/mainfrom
haewonwon:엠버/main

Conversation

@haewonwon
Copy link
Copy Markdown

✅ 워크북 체크리스트

  • 모든 핵심 키워드 정리를 마쳤나요?
  • 핵심 키워드에 대해 완벽히 이해하셨나요?
  • 이론 학습 이후 직접 실습을 해보는 시간을 가졌나요?
  • 미션을 수행하셨나요?
  • 미션을 기록하셨나요?

✅ 컨벤션 체크리스트

  • 디렉토리 구조 컨벤션을 잘 지켰나요?
  • pr 제목을 컨벤션에 맞게 작성하였나요?
  • pr에 해당되는 이슈를 연결하였나요?(중요)
  • 적절한 라벨을 설정하였나요?
  • 파트장에게 code review를 요청하기 위해 reviewer를 등록하였나요?
  • 닉네임/main 브랜치의 최신 상태를 반영하고 있는지 확인했나요?(매우 중요!)

📌 주안점

@haewonwon haewonwon self-assigned this May 27, 2026
@haewonwon haewonwon requested a review from qkrdmsthff as a code owner May 27, 2026 14:20
@haewonwon haewonwon linked an issue May 27, 2026 that may be closed by this pull request

function CartPage() {
const dispatch = useAppDispatch();
const { cartItems, amount, total } = useAppSelector((state) => state.cart);
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

훅으로 분리를 해서 사용하니까 확실히 코드가 훨씬 깔끔한 것 같아요! 미션을 하다보면 저는 hook으로 분리해야지!라는 생각을 잘 못하는데.. 엠버는 잘 해놔서 항상 배워가는 거 같아요!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Chapter09_Redux Toolkit & Zustand

2 participants