인프런 영문 브랜드 로고
인프런 영문 브랜드 로고

Inflearn Community Q&A

awzse136747's profile image
awzse136747

asked

Node and React series that you can learn by following - Creating a YouTube site

페이지 새로고침에 대해 질문 드립니다

Written on

·

601

0

강사님 안녕하세요 ~ 

저는 업로드 페이지를 따로 만들지 않고 Modal 창을 이용해서 구현했는데

업로드 후에 메인 페이지를 새로고침 하고싶은데

props.history.push('/');

를 했을 때 이미 '/' 경로에 있으면 새로고침이 안되는 것 같아요,,

어떻게 새로고침을 구현할 수 있을까요?

reactnodejsreduxmongodb

Answer 3

0

johnahn님의 프로필 이미지
johnahn
Instructor

현재 url 을 알고 싶으신거죠 ~ ? ㅎ 

window.location.href 하시면 됩니다 ^ ^ 

0

awzse136747님의 프로필 이미지
awzse136747
Questioner

강사님 혹시 현재 경로를 알 수 있는 방법이 있을까요??

0

awzse136747님의 프로필 이미지
awzse136747
Questioner

찾았어요! 감사합니다

window.location.reload();
awzse136747's profile image
awzse136747

asked

Ask a question