fashion24-developer / fashion24-front

패션24 웹사이트 구축을 위한 프론트엔드 레포
https://fashion24-front.vercel.app
MIT License
0 stars 0 forks source link

msw setup #12

Closed zzzRYT closed 2 weeks ago

zzzRYT commented 3 weeks ago

Description

msw 라이브러리를 다운 받아서 mocking 데이터 환경을 구축했습니다.

현재 ssr때문인지 몰라도, msw 서버가 동작은 하는데, 실제로 ajax요청을 보내면 404 not found가 뜹니다. (아직 못 사용한 단 뜻)

Schedule

Global Style, State Management, Hook

To Reviewer

export const handlers = [...useExHandler, ...uesNewHandler]; //이런식으로 새로운 handler를 등록하면됩니다.


<!-- 참고한 레퍼런스 링크 (선택) -->
### Reference Link

<!-- 관련된 이슈 링크 (선택) -->
### Related Issue Link
#3 
zzzRYT commented 3 weeks ago

lint 에러 마구마구 떴는데, 내일 잡겠습니다...