diff --git a/content/docs/create-a-new-react-app.md b/content/docs/create-a-new-react-app.md index e1985e72f..472f17fc4 100644 --- a/content/docs/create-a-new-react-app.md +++ b/content/docs/create-a-new-react-app.md @@ -1,6 +1,6 @@ --- id: create-a-new-react-app -title: Create a New React App +title: Створюємо новий React-додаток permalink: docs/create-a-new-react-app.html redirect_from: - "docs/add-react-to-a-new-app.html" @@ -8,38 +8,38 @@ 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 `