강의

멘토링

로드맵

Inflearn Community Q&A

chisgm3118773's profile image
chisgm3118773

asked

Next + Create a SNS service with React Query

Load Following Posts, Search Results

혹시 Search페이지에서 매개변수 누가 넘겨주는건가요?

Written on

·

187

0

수업을 다 듣고 저 스스로 코드를 짜던중 갑자기 놓친부분이 있는 것 같아 여쭤봅니다.

혹시

<search/page.tsx>

export default function Search({ searchParams }: Props) {

여기서 이 search/page.tsx의 매개변수는 누가 넘겨주는 걸까요?

 

 

 

reactnext.jsreact-querynext-authmsw

Answer 1

0

zerocho님의 프로필 이미지
zerocho
Instructor

이건 next.js가 넣어줍니다. page.tsx의 기능이에요.

chisgm3118773's profile image
chisgm3118773

asked

Ask a question