> For the complete documentation index, see [llms.txt](https://program.hackyourfuture.dk/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://program.hackyourfuture.dk/course-content/frontend/react.md).

# React

In this class, trainees will learn how to use [React](https://react.dev/) to build web applications

| Week | Topic                                                                     | Preparation                                                        | Homework                                                         | Session plan                                                         |
| ---- | ------------------------------------------------------------------------- | ------------------------------------------------------------------ | ---------------------------------------------------------------- | -------------------------------------------------------------------- |
| 1.   | [Rendering a Single Component](/course-content/frontend/react/week1.md)   | [Preparation](/course-content/frontend/react/week1/preparation.md) | [Assignment](/course-content/frontend/react/week1/assignment.md) | [Session plan](/course-content/frontend/react/week1/session-plan.md) |
| 2.   | [Understanding State Management](/course-content/frontend/react/week2.md) | [Preparation](/course-content/frontend/react/week2/preparation.md) | [Assignment](/course-content/frontend/react/week2/assignment.md) | [Session plan](/course-content/frontend/react/week2/session-plan.md) |
| 3.   | [Hooks and Fetching Data](/course-content/frontend/react/week3.md)        | [Preparation](/course-content/frontend/react/week3/preparation.md) | [Assignment](/course-content/frontend/react/week3/assignment.md) | [Session plan](/course-content/frontend/react/week3/session-plan.md) |
| 4.   | [Context, Routing & Libraries](/course-content/frontend/react/week4.md)   | [Preparation](/course-content/frontend/react/week4/preparation.md) | [Assignment](/course-content/frontend/react/week4/assignment.md) | [Session plan](/course-content/frontend/react/week4/session-plan.md) |
| 5.   | [Hello Next.js & Vercel](/course-content/frontend/react/week5.md)         | [Preparation](/course-content/frontend/react/week5/preparation.md) | [Assignment](/course-content/frontend/react/week5/assignment.md) | [Session plan](/course-content/frontend/react/week5/session-plan.md) |

## Module Learning Goals

By the end of this module, you will be able to:

* [ ] Understand when and why to use React to build modern web applications
* [ ] Build user interfaces using reusable, component-based architecture
* [ ] Manage data and interactivity using props, state, and hooks
* [ ] Handle user input, forms, and events in React applications
* [ ] Load and display data from external APIs
* [ ] Structure complex, multi-page applications with routing and shared state
* [ ] Understand what a Component Library is, along with the pros and cons
* [ ] Build, deploy, and share a production-ready React app using Next.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, and the optional `goal` query parameter:

```
GET https://program.hackyourfuture.dk/course-content/frontend/react.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
