Closed jwo1024 closed 7 months ago
재접근 되면 안되는 페이지 처리하기 (수정, 생성 페이지)
router.push()
router.replace()
shallow routing by react router
next.js use router
window history API
내용
재접근 되면 안되는 페이지 처리하기 (수정, 생성 페이지)
router.push()
로 페이지 이동하고 있던 것을router.replace()
를 사용하여 history를 남지 않게 하여 뒤로가기로 접근 불가하도록 수정하기TODO