feat(home): 홈 페이지의 피드 타입과 페이지를 쿼리 파라미터로 설정할 수 있도록 만들고, 파라미터가 없을 때 자동으로 기본 파라미터가 지정되도록 개선합니다. #147
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.
📌 이슈 링크
📖 작업 배경
🛠️ 구현 내용
#
이 달리길래 확인해 보니 PageButton 에서 href 를 설정하고 있었습니다. 이걸 지우니 a 태그에서 스타일이 지워지는 이슈가 생겼는데, button 태그로 변경하고 기존과 스타일이 같아지도록 수정했습니다.💡 참고사항
[]
을 주입했었는데 이렇게 하니 두 번째 훅이 타이밍 이슈로navigate
가 처리가 안 되더라구요. 그래서 고민하다가 첫 훅을 useEffect 없이 구현하도록 변경했습니다.🖼️ 스크린샷
Screen.Recording.2023-09-21.at.9.34.49.PM.mov