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.
💡 배경 및 개요
통신을 URL 쿼리 파라미터 형식으로 변경
📃 작업내용
기존에 zustnad의 상태로 조건식을 짜다 보니 통신이 원활하게 진행되지 않는 문제가 있었다. (training 프로그램 디테일 페이지에 접속 후 새로고침을 하면 zustand의 기본 상태인 standard로 변경되며 서버에 standard의 주소로 요청이 되는 문제)
이러한 문제를 해결하기 위해 zustand 상태관리에서 url 쿼리 파라미터로 변경하였다.
🔀 변경사항
zustnad state -> url query parameters