-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* refactor: types 파일에는 전역 타입만 두기 * refactor: Store에서 비즈니스 로직 분리 * refactor: Socket 관련 코드 리팩터링 마지막 PR과 동일한 상태: 게임 페이지 렌더링 이슈 있음 * docs: README.md 업데이트
- Loading branch information
1 parent
f608a6e
commit a86c705
Showing
26 changed files
with
589 additions
and
518 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,5 @@ | ||
## 🔍 문제 해결 과정 | ||
|
||
### 새로고침 시 상태가 제대로 유지가 안 되고 있음 | ||
### 새로운 게임방이 추가될 때 순서대로 추가되지 않음 | ||
|
||
- 게임 페이지 내에서 새로고침 시 방장만 남고 입장한 참가자는 사라짐 | ||
- 계속 새로고침하면 렌더링도 안 됨 | ||
- 새로 생성한 방도 유지가 안 됨 -> 이건 DB에 저장이 안 되는 건가.. 뭐가 문제지.. 머리가 너무 아픔 | ||
### 게임 페이지에서 새로고침하면 렌더링이 되지 않음 |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.