Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
✨ 구현 기능 명세
1️⃣ jsx → tsx 로 모두 변환
2️⃣ recoil로 카드 게임에서 필요한 상태를 관리해
🌼 PR Point
게임 기능중 props로 state를 주고 받았던 nowScore와 curLevel을 recoil을 이용하여 props로 주고 받지 않게 관리.
그외에 모든 변수 타입 지정 및 props 주고 받을 때 Interface 설정 함.
🥺 소요 시간, 어려웠던 점
8h
🌈 구현 결과물
2023-06-10.11.57.38.mov