diff --git a/content/docs/create-a-new-react-app.md b/content/docs/create-a-new-react-app.md index e1985e72f..7683c879f 100644 --- a/content/docs/create-a-new-react-app.md +++ b/content/docs/create-a-new-react-app.md @@ -8,38 +8,39 @@ prev: add-react-to-a-website.html next: cdn-links.html --- -Use an integrated toolchain for the best user and developer experience. +Используйте встроенный набор инструментов для лучшего взаимодействия пользователя и разработчика. -This page describes a few popular React toolchains which help with tasks like: +На этой странице описано несколько популярных наборов инструментов React, которые помогают в таких задачах как: -* Scaling to many files and components. -* Using third-party libraries from npm. -* Detecting common mistakes early. -* Live-editing CSS and JS in development. -* Optimizing the output for production. +* Масштабирование до большого количества файлов и компонентов. +* Использование сторонних библиотек из npm. +* Раннее обнаружение распространённых ошибок. +* Отражение изменений CSS и JS на лету в процессе разработки. +* Оптимизация кода для продакшена. -The toolchains recommended on this page **don't require configuration to get started**. +Рекомендованные на этой странице инструменты **не требуют дополнительной настройки для начала работы.** -## You Might Not Need a Toolchain {#you-might-not-need-a-toolchain} +## Возможно, вам не нужен дополнительный набор инструментов {#you-might-not-need-a-toolchain} -If you don't experience the problems described above or don't feel comfortable using JavaScript tools yet, consider [adding React as a plain `