Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

테이블 page url param 설정으로 기본 경로로 접근 시 렌더링 2번 되는 것 개선 #500

Open
publdaze opened this issue Aug 10, 2023 · 1 comment
Labels

Comments

@publdaze
Copy link
Contributor

publdaze commented Aug 10, 2023

설명

  • ex. 발표자료 게시판 접근 -> /board/발표자료?page=1 로 이동 -> 뒤로 가기 -> /board/발표자료(기대하는 경로는 발표자료 접근 전 경로인데 이동 과정에 page 파라미터가 없는 경로 거쳐서 오면서 뒤로 가기 시 해당 경로로 다시 접근 됨)

리팩토링 요약

수정되는 부분

기존 코드와 비교되는 부분 관련 상세히 명시

연관된 이슈

@publdaze publdaze added the Refactor 리팩토링 label Aug 10, 2023
@publdaze publdaze self-assigned this Aug 10, 2023
@publdaze
Copy link
Contributor Author

useNavigate훅 사용하는 부분에서 replace 속성 관련해서 처리해주면 될 것 같습니다.

@publdaze publdaze removed their assignment Feb 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Todo
Development

No branches or pull requests

1 participant