-
반응형
window.location.href : history 관리하면서 페이지 변경 Http 요청 새로함(reload)
window.location.replace: history 관리안함 페이지 변경 , reload
window.location.reload(false) : default 위와 같고 지금페이지 새로고침 데이터를 웹캐시에서 가져옴
window.location.reload(true) : true 로 하면 다른건위와 같고 데이털ㄹ 다시 서버에서 가져옴
router.push : reload없이 history 관리하면서 페이지이동
router.replace : reload 없이 history 없애고 페이지 이동
'기타' 카테고리의 다른 글
git stash 로 작업한내용 브랜치 옮기기 (0) 2021.12.16 localStorage mocking 테스트파일 (0) 2021.12.02 call , prototype (0) 2021.12.02 nextjs mocking (testing library, jest) (0) 2021.12.01 how to debug printing entire component in testing-library (0) 2021.11.30