[Feat/#287] 참여자 가능시간 입력시 새로고침하면 참여자 이름이 날아가는 문제 수정 #289
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.
🌀 해당 이슈 번호
🔹 어떤 것을 변경했나요?
🔹 어떻게 구현했나요?
참여자 이름을 저장하는 atom에 recoil-persist를 적용했습니다
recoil-persist는 해당 정보를 local-storage에 저장해주는 기능입니다.
그래서 참여자 이름을 입력하면 다음과같이 loca-storage에 저장되고
새로 입력할때마다 값이 대체됩니다.
🔹 PR 포인트를 알려주세요!
일단 빠르고 간단한 해결책인 recoil-persist로 해결을 하긴했지만
전역 상태관리에 대해 전반적으로 리팩토링이 필요할것같습니다.
🔹 스크린샷을 남겨주세요!
수정 전
2024-07-27.11.32.01.mov
수정 후
2024-07-27.11.31.13.mov