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
// server componentimport{ky}from'@linker/ky';exportdefaultasyncfunctionFeedPage(){constdata=awaitgetMy();return(<div></div>);}constgetMy=()=>{constresponse=ky.get<My>('/v1/my');returnresponse;};
RFC 내용 / 업데이트 일자: 2023. 1. 15 (am 12:15)
[msw]
서버 개발자로부터 mock data만 전달받았을 경우에도 평소 개발하던대로 작업하실 수 있습니다.
.env.local
파일에 아래와 같이 작성합니다.[ky]
ky를 통해 rest api 요청을 쉽게 할 수 있습니다.
관련 PR:
#31
The text was updated successfully, but these errors were encountered: