next.js를 설치하고 npm run dev했는데 다음과 같은 에러 발생하였다Error: > The app directory is experimental. To enable, add appDir: true to your next.config.js configurati
폴더로 routing 하는 것도 신기하게 생각했는데공통 컴포넌트를 적용할 때는 layout.js로 따로 빼서 쓴다고 한다app파일 내의 layout. 가장 상위 layout.font나 metadata를 적는 곳이 여기에 있구나...
dynamic rout 폴더를 만든 뒤에 그 하위에 [이름] 이런 이름의 폴더를 만든다 database.js(app 바깥에 존재)로 db를 기동시킨 뒤 필요한 부분만 찾아서 상세페이지에 출력 props를 따로 콘솔로 찍어보면 params를 알 수 있다 여기서
화면write 폴더를 만들고 아래에 page.jsform 태그에 button type submit으로 작성apiapp폴더와 동위로 pages폴더 아래에 api폴더로 구성
Only plain objects can be passed to Client Components from Server Components. Objects with toJSON methods are not supported. Convert it manually to a
GET METHOD로 url에 데이터를 보내는 방법 query string test.js url parameter
An error occurred in the Server Components render. The specific message is omitted in production builds to avoid leaking sensitive details. A digest p