reactJS - Router

roberto·2021년 7월 25일
0
post-thumbnail
post-custom-banner
  1. npm install react project
  2. npm install react-router-dom
    https://reactrouter.com/web/guides/quick-start
  3. router dom 알아보기
라우터는 컴포넌트처럼 간단하게 쓸수있다 

네비게이션에서 링크를 줄때는 
Link 라는 컴포넌트를 이용한다 

exact


<Router 태그에 exact 전달 하기 >

button 을 눌렀을때 profile로 넘어가고 싶다면 ?

event가 들어오면 콜백함수

경로는 바뀌는데 렌더링 안될떄


https://reactrouter.com/web/api/Route/route-render-methods

Route 사용 ....

profile
medium 으로 이전했습니다
post-custom-banner

0개의 댓글