> For the complete documentation index, see [llms.txt](https://wontory.gitbook.io/next.js-journey/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wontory.gitbook.io/next.js-journey/readme.md).

# nextjs-journey-kr

Next.js 공식 튜토리얼 따라하기

&#x20;

> \[!CAUTION] 현재 Learn Next.js 문서는 업데이트되어 많은 내용이 변경되었습니다.\
> 이 레포지토리는 Learn Next.js가 처음 공개되었을 때 당시의 문서를 다루고 있습니다.\
> 따라서 표시되지 않는 이미지 등이 있을 수 있으니 참고하시길 바랍니다.

&#x20;

`Next.js Conf 2023에서 Next.js 14 버전과 함께 공식 App router 코스가 공개되었습니다.`

* [React 기초](/next.js-journey/react-foundations.md)
* [Next.js 배우기](https://github.com/wontory/nextjs-journey-kr/blob/master/Learn%20Next.js)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://wontory.gitbook.io/next.js-journey/readme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
