react-router-dom에서 페이지 이동시 Link component 사용

2021. 7. 27. 15:10React

페이지 이동시 <a> 를 이용해 다른 페이지로 이동하면, 서버로부터 새로운 파일을 가져와 렌더링함.

 

<link to="/"> 사용 시에는 이미 가져온 파일로부터 이동하려는 페이지 View를 보여줌

'React' 카테고리의 다른 글

React Reconciliation  (0) 2021.07.30
react-router-dom Redirect  (0) 2021.07.27
react-router-dom Switch component, NotFound  (0) 2021.07.27
Dynamic Routing에서 props 가져올 때  (0) 2021.07.27
React State Handling  (0) 2021.07.24