반응형

※ useHistory
- push : location.href 처럼 페이지를 이동 할 수 있다.
          EX) history.push('/Departure'); 
- goBack : 뒤로가기를 할 수 있다. 
          EX) history.goBack();

'IT > React' 카테고리의 다른 글

[React] FramerMotion 정리  (0) 2023.07.10
[React] img onError 속성 정리  (0) 2023.07.10
[React] onChange 속성  (0) 2023.07.06
[React] local Storage  (0) 2023.07.05
[React] window 객체에 이벤트를 연결 할 때 주의점  (0) 2023.07.04

+ Recent posts