mini-chip / Ledress

쇼핑몰 입니다.
0 stars 0 forks source link

쇼핑몰 피드백 #1

Open DevelopSoo opened 1 month ago

DevelopSoo commented 1 month ago
  1. react-router-dom에서는 useParams를 이용하여 url에 있는 id를 가져올 수 있습니다. 아래 예시는 불필요해보입니다. https://github.com/mini-chip/Ledress/blob/42b753f495a4a04d3d098ef313c5626fc3cda16d/src/page/ProductDetail.jsx#L7 https://github.com/mini-chip/Ledress/blob/42b753f495a4a04d3d098ef313c5626fc3cda16d/src/page/ProductDetail.jsx#L9-L10

  2. react-router-dom의 dynamic route 에 대해 알아봅시다. https://github.com/mini-chip/Ledress/blob/42b753f495a4a04d3d098ef313c5626fc3cda16d/src/App.jsx#L14

DevelopSoo commented 1 month ago
  1. Link 태그 이용하기 혹은 useNavigate 이용하기 https://github.com/mini-chip/Ledress/blob/42b753f495a4a04d3d098ef313c5626fc3cda16d/src/page/ProductList.jsx#L22-L24