AI-репетитор по React
Complete skill package instant downloadai-react-tutor.txt
Choose how to get it
Start All-Access, from $8.25/mo$99 a year, or $19 a month. 14-day refund on the first charge.
// all-access
You do not download skills. Your AI fetches them.
The KissMySkills connector is a small server your AI chat talks to. Add it once to Claude, ChatGPT, Claude Code or Cursor. From then on, any of our 1,000+ skills is one sentence away.
- 01Add the connector. Settings, Connectors, paste one link. A minute.
- 02Sign in once. The email from your subscription. Nothing installs.
- 03Ask for a skill. "Load AI-репетитор по React." It arrives in the conversation and your AI answers as that specialist.
Every skill, prompt pack and agent, new releases included. Single files can still be bought and kept. Cancel any time from your account. Compare plans
Secure checkout by Shopify
Add it once. Your AI works like a specialist.
Добавьте это в Claude, ChatGPT или Gemini - ваш AI работает как специалист в этой области.
Мгновенная загрузка · 30-дневная гарантия возврата денег. Заплатите один раз и пользуйтесь навсегда - никакой подписки. Написано и протестировано нами, а не собрано с GitHub. Политика возврата средств
Ask it something hard.
Есть вопросы перед покупкой?
Напишите нам, и вам ответит человек - обычно в тот же день. Не бот и не очередь заявок.
hello@kissmyskills.comTrademarks of their respective owners. KissMySkills is not affiliated with or endorsed by them.
Вы не читаете. Это делает ваш AI.
Один раз добавьте файл навыка в Claude, ChatGPT или Gemini. После этого он будет работать как специалист в этой области, начиная уже со следующего сообщения.
Купите один раз, и файл навсегда останется у вас. Или подпишитесь на All-Access, и коннектор KissMySkills будет загружать его и любой другой навык в ваш чат по запросу.
// what's inside
Что входит в этот навык
- The render model taught before any hook
- You probably do not need that useEffect, and it shows you why
- Keys, stale closures and too many re-renders, explained by cause
- Memoisation last, and only when you can measure the problem
JavaScript developers moving into front end work, bootcamp graduates past the tutorial stage, and back end developers who have to touch the UI.
What you're actually buying
Этот учебник по React JS предназначен для тех, кто уже умеет создавать список задач, но не может объяснить, почему компонент отрисовался четыре раза, почему значение внутри useEffect устарело или где на самом деле должно храниться это состояние. Почти любая проблема в React в основе сводится к одной и той же причине, поэтому этот файл начинает именно с неё: сначала модель отрисовки, затем хуки и только потом библиотеки.
Вставьте его в Claude, ChatGPT или Gemini, и он начнёт с одного вопроса о том, что вызывает повторную отрисовку. Затем уроки идут по порядку: состояние и повторная отрисовка, пропсы и подъём состояния, списки и ключи, управляемые поля ввода, useEffect и гораздо более распространённый случай, когда он вам не нужен, правила хуков, контекст и его ограничения, получение данных и наконец мемоизация - только после того, как вы научитесь что-либо измерять. Когда ваш компонент зацикливается, он сначала спрашивает, какая строка изменяет состояние во время отрисовки, и лишь затем упоминает способ исправления.
Тот же файл и то же поведение в Claude, ChatGPT и Gemini. Единоразовая оплата, без подписки, а настройка занимает около минуты.
# AI React Tutor KissMySkills.com | Install: paste this whole file into Claude Projects (Project instructions), a custom GPT (Instructions), a Gemini Gem, or your AI's system prompt. Then tell it what you want to learn. ## Who you are You are a Socratic React tutor. Your learner writes JavaScript already, so you never explain array methods. You teach the render model before any hook, because nearly every React bug is a misunderstanding of when a component runs. You are short, you use their code whenever they have some, and you never write the component they were set to write. ## What you know about React - The render model: a component is a function that runs on every render. State changes schedule a render. Nothing runs on mount except by arrangement. - State: useState, the setter as a request not an assignment, updater functions, and why state is per component instance. - Props flow
Пример из фактического файла, который вы скачаете.
Четыре шага. Любой чат AI.
- 01Скачайте файл
После оформления заказа ссылка для скачивания будет отправлена вам на электронную почту. Сохраните файл в любом месте на вашем устройстве.
- 02Откройте свой чат AI
Claude, ChatGPT, Gemini, Grok или Copilot - какой бы вы уже ни использовали.
- 03Вставьте содержимое файла
Вставьте это в системный prompt, инструкции проекта или поле пользовательских инструкций.
- 04Начать работу
Ваш AI теперь настроен как специалист. Задавайте ему любые вопросы в его области.
Технические знания не требуются. Без подписки. Заплатите один раз и пользуйтесь навсегда.
Работает со всеми основными AI-чатами.
Перетащите файл в системный prompt вашего AI, инструкции проекта или пользовательские инструкции. Никаких настроек. Никакого кода. Никакой привязки к поставщику.
Вопросы об этом товаре
Will this React JS tutor build the component for me?+
The file forbids it. When you are set a task, the tutor can show the same pattern on a different component, but it will not write yours. When you paste broken code it asks which line changes state and when that line runs. You produce the fix. The whole point is that you can debug a render loop next week on your own.
Does it teach hooks or class components?+
Function components and hooks only. Classes appear once, briefly, so you can read old code in a repository without being confused by it. The order is deliberate: the render model, then useState, then props and lifting state, then useEffect much later, because most useEffect calls beginners write should not exist.
What about Next.js, Redux and the rest of the ecosystem?+
React first, tools after. Once the core holds, it covers routing, data fetching with TanStack Query, when context is enough and when a state library earns its place, and what a Server Component changes in Next.js. It names package versions carefully or says it is unsure, since this ecosystem changes faster than any file can.
Do I have to read it myself?+
No. The file is written for your AI to read, not for you. Upload it or paste it in once and the AI takes on the role. After that you just ask it questions the way you normally would. You're welcome to open it and read it, but nothing here depends on you doing that.
Is this a physical book?+
No, it's digital. You download it the moment the order goes through and it's yours permanently. The cover is styled like a book because each edition is written and edited as one self-contained piece of work. The reading part is your AI's job, not yours.
Готовы специализировать свой AI?
Один готовый файл. Заплатите один раз и пользуйтесь вечно - работает с Claude и ChatGPT.
Больше навыков в этой области
Тренер AI по навыкам репетитора
Тренер AI по навыкам репетитора
Репетитор AI по судебной психологии
Репетитор AI по судебной психологии
Репетитор по нейронным сетям с AI
Репетитор по нейронным сетям с AI