Skip to content

Conversation

wantkdd
Copy link
Collaborator

@wantkdd wantkdd commented Jun 2, 2025

πŸ“ λ―Έμ…˜ 번호

10μ£Όμ°¨ Misson 1

πŸ“‹ κ΅¬ν˜„ 사항

  • 검색 κΈ°λŠ₯ κ΅¬ν˜„
  • useCallback, memo μ‚¬μš©ν•˜μ—¬ λΆˆν•„μš”ν•œ λ¦¬λ Œλ”λ§ 제거

πŸ“Ž μŠ€ν¬λ¦°μƒ·

bandicam.2025-05-31.14-46-08-006.mp4
bandicam.2025-05-31.14-44-52-535.mp4

βœ… 체크리슀트

  • Merge ν•˜λ €λŠ” λΈŒλžœμΉ˜κ°€ μ˜¬λ°”λ₯΄κ²Œ μ„€μ •λ˜μ–΄ μžˆλ‚˜μš”?
  • λ‘œμ»¬μ—μ„œ μ‹€ν–‰ν–ˆμ„ λ•Œ μ—λŸ¬κ°€ λ°œμƒν•˜μ§€ μ•Šλ‚˜μš”?
  • λΆˆν•„μš”ν•œ 주석이 μ œκ±°λ˜μ—ˆλ‚˜μš”?
  • μ½”λ“œ μŠ€νƒ€μΌμ΄ μΌκ΄€μ μΈκ°€μš”?

πŸ€” 질문 사항

Copy link
Member

@hyesngy hyesngy left a comment

Choose a reason for hiding this comment

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

10μ£Όμ°¨ μ›Œν¬λΆκΉŒμ§€ 정말 κΈ΄ μ—¬μ •μ΄μ—ˆμŠ΅λ‹ˆλ‹€.

κ·Έλ™μ•ˆ λͺ¨λ‘ 고생 λ§ŽμœΌμ…¨μŠ΅λ‹ˆλ‹€! πŸ‘πŸ»πŸ‘πŸ»πŸ‘πŸ» μ§§μ§€ μ•Šμ€ κΈ°κ°„λ™μ•ˆ 의미 μžˆλŠ” μ‹œκ°„μ΄ λ˜μ—ˆκΈ°λ₯Ό λ°”λžλ‹ˆλ‹€.

이제 κΈ°λ³Έ μ›Œν¬λΆμ€ λͺ¨λ‘ μ™„μ£Όν•˜μ…¨μ§€λ§Œ, 11-12μ£Όμ°¨ μ›Œν¬λΆλ„ λ„μ „ν•΄λ³΄μ‹œκΈΈ μΆ”μ²œλ“œλ¦½λ‹ˆλ‹€! 11μ£Όμ°¨μ—μ„œλŠ” Vercel을 ν™œμš©ν•œ 배포와 CI/CD ꡬ성을 닀루고, 12μ£Όμ°¨μ—μ„œλŠ” WebSocket을 μ΄μš©ν•œ μ‹€μ‹œκ°„ 톡신과 Cypressλ₯Ό ν™œμš©ν•œ E2E ν…ŒμŠ€νŠΈλ₯Ό λ‹€λ£Ήλ‹ˆλ‹€.

μ•žμœΌλ‘œλ„ κΎΈμ€€νžˆ ν•™μŠ΅ν•˜κ³  μ„±μž₯ν•˜μ‹œκΈΈ μ‘μ›ν•˜λ©°, 데λͺ¨λ°μ΄κΉŒμ§€ ν™”μ΄νŒ… μž…λ‹ˆλ‹€! πŸ‘πŸ»πŸ‘πŸ»πŸ‘πŸ»

);
};

export default memo(MovieFilter);
Copy link
Member

Choose a reason for hiding this comment

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

movie-filter.tsxμ—μ„œ React.memoλ₯Ό μ μš©ν•˜μ—¬ λΆˆν•„μš”ν•œ λ¦¬λ Œλ”λ§μ„ λ°©μ§€ν•œ 점과, useCallback으둜 handleFilterChange ν•¨μˆ˜λ₯Ό μ΅œμ ν™”ν•œ μ μ—μ„œ 검색 κΈ°λŠ₯이 효율적으둜 잘 κ΅¬ν˜„λœ 것 κ°™μŠ΅λ‹ˆλ‹€!

Copy link
Member

Choose a reason for hiding this comment

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

ν˜„μž¬ UI와 둜직이 ν•œ νŒŒμΌμ— λͺ¨λ‘ λ“€μ–΄κ°€ μžˆλŠ” νŽ˜μ΄μ§€λ“€μ΄ κ½€ μžˆλŠ”λ°, πŸ›Ό Standard Mission에 따라 μ»΄ν¬λ„ŒνŠΈλ₯Ό κΈ°λŠ₯ λ‹¨μœ„λ‘œ λΆ„λ¦¬ν•΄μ„œ κ΄€λ¦¬ν•˜λ©΄ 가독성, μž¬μ‚¬μš©μ„±, μœ μ§€λ³΄μˆ˜ μΈ‘λ©΄μ—μ„œ 훨씬 쒋을 것 κ°™μŠ΅λ‹ˆλ‹€!

Copy link
Member

Choose a reason for hiding this comment

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

ν˜„μž¬ νšŒμ›κ°€μž… νŽ˜μ΄μ§€ 파일이 2개 μžˆλŠ”λ° μ€‘λ³΅λœ νŒŒμΌμ΄λ―€λ‘œ, ν•˜λ‚˜λ‘œ ν†΅ν•©ν•˜μ—¬ μ‚¬μš©λ˜μ§€ μ•ŠλŠ” νŒŒμΌμ€ μ œκ±°ν•΄μ£Όμ„Έμš”!

Copy link
Member

Choose a reason for hiding this comment

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

component 폴더 내에 navbar, νŽ˜μ΄μ§€λ„€μ΄μ…˜, λ‘œλ”©μŠ€ν”Όλ„ˆ, μ˜ν™” κ΄€λ ¨ μ»΄ν¬λ„ŒνŠΈ λ“± λ‹€μ–‘ν•œ μ»΄ν¬λ„ŒνŠΈλ“€μ΄ λ™μΌν•œ λ ˆλ²¨μ— μœ„μΉ˜λ˜μ–΄ μžˆμŠ΅λ‹ˆλ‹€. 이λ₯Ό 도메인 λ˜λŠ” κΈ°λŠ₯λ³„λ‘œ 폴더λ₯Ό λ‚˜λˆ„μ–΄ κ΅¬μ‘°ν™”ν•˜λ©΄ ꡬ쑰가 더 λͺ…ν™•ν•΄μ§ˆ κ²ƒμž…λ‹ˆλ‹€!

Copy link
Member

Choose a reason for hiding this comment

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

πŸš€Challenge λ―Έμ…˜μ— 따라 ν”„λ‘œμ νŠΈ μ „μ²΄μ˜ μ„±λŠ₯ μ΅œμ ν™”λ‚˜ UX κ°œμ„ μ—λ„ λ„μ „ν•΄λ³΄μ„Έμš”! μ½”λ“œ ν’ˆμ§ˆ μΈ‘λ©΄μ—μ„œλ„ 쀑볡 제거, μ±…μž„ 뢄리, μ˜ˆμ™Έ 처리 κ°œμ„  등을 톡해 가독성과 μœ μ§€λ³΄μˆ˜μ„±μ΄ 쒋은 μ½”λ“œλ‘œ λ¦¬νŒ©ν† λ§ 해보면 μ–΄λ–¨κΉŒμš” 😊

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants