# Подготовка

Данная глава является обучающей для людей, которые не в курсе, или хотят освежить и пополнить свою базу знаний, по следующим пунктам:

* Установка create-react-app (CRA) \[копия разделов из учебника по основам React]
* настройка [VS Code](https://code.visualstudio.com/) для удобной работы
  * настройка [Prettier](https://prettier.io/)
  * настройка [ESLint](https://eslint.org/)

Результатом подготовки, будет [следующий код](https://github.com/maxfarseer/redux-ru-tutorial/tree/configure_ESlint).

Если вам понятен код данного раздела, предлагаю сразу переходить к части "Создание".

Для всех остальных, я предлагаю за несколько простых шагов настроить удобное рабочее окружение.


---

# 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://max-frontend.gitbook.io/redux-course-ru-v2/chapter1.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.
