From 0b2847bba396fdcdb97237770926267fcd13ed36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bal=C3=A1zs=20Orb=C3=A1n?= Date: Sun, 1 Mar 2020 00:05:01 +0100 Subject: [PATCH 1/4] translate create-a-new-react-app --- content/docs/create-a-new-react-app.md | 81 +++++++++++++------------- 1 file changed, 41 insertions(+), 40 deletions(-) diff --git a/content/docs/create-a-new-react-app.md b/content/docs/create-a-new-react-app.md index fb247ccf4..8f6f5af6a 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: Egy ú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 egy pár népszerű React ezskö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 detektálása. +* 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 `