diff --git a/content/docs/create-a-new-react-app.md b/content/docs/create-a-new-react-app.md index fb247ccf4..b2c4738b8 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: Új React alkalmazás készítése permalink: docs/create-a-new-react-app.html redirect_from: - "docs/add-react-to-a-new-app.html" @@ -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. +A legjobb felhasználói és fejlesztői élmény érdekében használj egy integrált eszközláncot. -This page describes a few popular React toolchains which help with tasks like: +Ez az oldal néhány népszerű React eszközláncot ír le, amik az alábbi feladatokban segítenek: -* 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. +* Sok fájl és komponens kezelése. +* Külső npm könyvtárak használata. +* Gyakori hibák korai felfedése. +* CSS és JS élő szerkesztése fejlesztői módban. +* A kimenet optimalizálása a végstádiumhoz. -The toolchains recommended on this page **don't require configuration to get started**. +Az ezen az oldalon ajánlott eszközláncok **nem igényelnek konfigurációt a kezdéshez**. -## You Might Not Need a Toolchain {#you-might-not-need-a-toolchain} +## Lehet, hogy nincs szükséged eszközláncokra {#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 `