강의

멘토링

로드맵

Inflearn Community Q&A

choing's profile image
choing

asked

Next + Create a SNS service with React Query

Setting up react-query SSR

fetch web api 에 next 옵션

Resolved

Written on

·

346

0

fetch 함수가 그냥 web API 같은데

fetch 함수에 next 라는 속성이 들어간건데 따로 임포트해온것도 아닌데 어떻게 작동되는건가요?

next 가 내부적으로 fetch 를 새로 만든건가요?

reactnext.jsreact-querynext-authmsw

Quiz

56% of people got it wrong. Give it a try!

What is the main purpose of using MSW (Mock Service Worker)?

to write backend server code

To intercept API requests and give fake responses

to design a database schema

To style UI components

Answer 1

0

zerocho님의 프로필 이미지
zerocho
Instructor

넥스트가 기존 web api의 fetch를 수정한 것입니다!

choing's profile image
choing

asked

Ask a question