> For the complete documentation index, see [llms.txt](https://max-frontend.gitbook.io/redux-course-ru-v2/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://max-frontend.gitbook.io/redux-course-ru-v2/chto-dalshe.md).

# Что дальше?

Я надеюсь вы выполняли код по ходу книги? Если нет, то настало время взять и сделать финальный пример лично.

Прикладываю план по закреплению знаний и прокачке:

0\) Ознакомиться с React-router'ом по [официальной документации](https://reacttraining.com/react-router/web/guides/philosophy) \[EN].

0a) По роутингу есть [статья на сайте](https://maxpfrontend.ru/tutorials/routing-v-react-na-osnove-browserhistory/) (текст и видео)

1\) [Тестовое задание #1](https://vk.com/@maxpfrontend-testovoe-zadanie-1)

2\) [Тестовое задание #2](https://vk.com/@maxpfrontend-testovoe-zadanie-2)

Если у вас заблокирован VK, то задания можно найти в [github-репозитории](https://github.com/maxfarseer/tz-webinars). Можете подписаться на репозиторий, чтобы не пропустить следующие.

На уже прошедшие тестовые задания, можно получить code-review платно, стоимость 15$, присылайте запрос на почту: **<maxpfrontend@gmail.com>** с темой "*Code review тестовое задание X*", где X - номер.

3\) [Тестирование логики](https://maxpfrontend.ru/vebinary/unit-testirovanie-redux-ekshenov-i-redyuserov/) (reducers и actions), включая мок асинхронного запроса.

4\) [Тестирование компонентов](https://maxpfrontend.ru/vebinary/testirovanie-komponentov-s-pomoschyu-jest-enzyme/) Jest + enzyme

5\) Добавьте тесты для второго тестового задания, прокачайте его на свое усмторение

**Итого**: после выполнения данных шагов самостоятельно, я ответственно заявляю, что вы готовы идти джуном в офис. Осталось прокачать свои софт-скилы (скилы переговоров).

Также, [есть видео](https://www.youtube.com/watch?v=7Pit7CybZ3I\&t=1s) с вопросами на собеседовании.

Если вам понравилось, вы можете [поддержать проект](https://yasobe.ru/na/avtorskie_materily_po_react_redux_i_ekosisteme) или [оставить отзыв](https://vk.com/topic-151851243_39336381).

## Полезные ссылки

Мои уроки/вебинары/соц.сети:

* Полноценный учебник ["Основы React"](https://legacy.gitbook.com/book/maxfarseer/react-course-ru-v2/details)
* [Расписание стримов и вебинаров](http://bit.ly/maxpfrontend-schedule-v2) (на сайте есть текстовые версии вебинаров)
* [Youtube канал](http://bit.ly/youtube-v2) c записями вебинаров и стримов
* Группа [vkontakte](http://bit.ly/vk-v2)
* Канал в [telegram](http://bit.ly/telegram-v2)
* [Twitter](http://bit.ly/twitter-v2)
* [Facebook](http://bit.ly/facebook-v2)


---

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