# Week 5

This session is about building web applications using Next.js and deploying them to the internet using Vercel.

## Contents

* [Preparation](/course-content/frontend/react/week5/preparation.md)
* [Session Plan](/course-content/frontend/react/week5/session-plan.md) (for mentors)
* [Assignment](/course-content/frontend/react/week5/assignment.md)

## Session Learning Goals

By the end of this session, you will:

### Next.js

* [ ] Understand the benefits of using Next.js as a framework for your React application
* [ ] Be able to set up a basic Next.js project using the CLI
* [ ] Have a superficial understanding of server-side-rendering (SSR) and client-side-rendering
* [ ] Know how to use the **App Router** of Next.js (there's also a **Page Router** which we don't cover)

### Deployment

* [ ] Have a simple Next.js app in a GitHub repository
* [ ] Know your way around connecting your GitHub account with Vercel
* [ ] Be able to use the one-click deployment with your public GitHub repository


---

# Agent Instructions: 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://program.hackyourfuture.dk/course-content/frontend/react/week5.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.
