You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
db에 적재되어있는 detailInfo url과 mapping하는 방식, html 코드 전체를 띄워주는 방식 중 어떤 방식을 택할 것인지?
-> 전자 방식을 선택하면 상세 페이지를 볼 때마다 트래픽이 외부 사이트(실제 쇼핑몰 사이트)로 나가게 됨.
-> 코드 구현은 간편하지만 JBLY 비즈니스 측면에서 이점이 없음(ex. 수수료)
-> 후자 방식은 한 product를 선택 했을 때 그 product의 html만 가져오는 방식으로 구현 할 수 있음(속도, 용량 컨트롤 필요)
The text was updated successfully, but these errors were encountered:
Parksojeongjeong
changed the title
[feature/react-detailpage] detailInfo url mapping
[feature/react-detailpage] product detail information page 구현
Mar 6, 2023
고민해볼 내용
-> 전자 방식을 선택하면 상세 페이지를 볼 때마다 트래픽이 외부 사이트(실제 쇼핑몰 사이트)로 나가게 됨.
-> 코드 구현은 간편하지만 JBLY 비즈니스 측면에서 이점이 없음(ex. 수수료)
-> 후자 방식은 한 product를 선택 했을 때 그 product의 html만 가져오는 방식으로 구현 할 수 있음(속도, 용량 컨트롤 필요)
The text was updated successfully, but these errors were encountered: