diff --git a/content/home/marketing/component-based.md b/content/home/marketing/component-based.md index aeb3c4de2..b56290011 100644 --- a/content/home/marketing/component-based.md +++ b/content/home/marketing/component-based.md @@ -1,8 +1,8 @@ --- -title: Component-Based +title: कौम्पोनॅन्ट पर आधारित order: 1 --- -Build encapsulated components that manage their own state, then compose them to make complex UIs. +इनकैप्सुलेटेड कौम्पोनॅन्ट का निर्माण करें जो उनके अपने व्यू को संभालते हैं, फिर उनसे कठिन यूआई निर्मित करें। -Since component logic is written in JavaScript instead of templates, you can easily pass rich data through your app and keep state out of the DOM. +चूँकि कौम्पोनॅन्ट तर्क टेम्पलेट के बजाय जावास्क्रिप्ट में लिखे गए हैं, आप आसानी से अपने ऐप के माध्यम से समृद्ध डेटा पास कर सकते हैं और DOM से बाहर रख सकते हैं। \ No newline at end of file diff --git a/content/home/marketing/declarative.md b/content/home/marketing/declarative.md index c3b651902..2f664536b 100644 --- a/content/home/marketing/declarative.md +++ b/content/home/marketing/declarative.md @@ -1,8 +1,8 @@ --- -title: Declarative +title: वर्णनात्मक order: 0 --- -React makes it painless to create interactive UIs. Design simple views for each state in your application, and React will efficiently update and render just the right components when your data changes. +React में इंटरैक्टिव यूआई बनाना काफी आसान है। अपने ऐप में प्रत्येक व्यू के लिए सरल विचार डिजाइन करें, और React कुशलता से आपके डेटा में बदलाव होने पर सिर्फ सही कौम्पोनॅन्ट को अपडेट और रेंडर करेगा। -Declarative views make your code more predictable and easier to debug. +वर्णनात्मक व्यू आपके कोड को अधिक अनुमानित और डिबग करने में आसान बनाते हैं। \ No newline at end of file diff --git a/content/home/marketing/learn-once-write-anywhere.md b/content/home/marketing/learn-once-write-anywhere.md index 009edf5bc..b6b71fd39 100644 --- a/content/home/marketing/learn-once-write-anywhere.md +++ b/content/home/marketing/learn-once-write-anywhere.md @@ -1,8 +1,8 @@ --- -title: Learn Once, Write Anywhere +title: एक बार जानें, कहीं भी लिखें order: 2 --- -We don't make assumptions about the rest of your technology stack, so you can develop new features in React without rewriting existing code. +हम आपके अन्य तकनिकी स्टैक के बारे में धारणा नहीं बनाते हैं। तो आप मौजूदा कोड को फिर से लिखे बिना React में नई सुविधाएँ बना सकते हैं। -React can also render on the server using Node and power mobile apps using [React Native](https://facebook.github.io/react-native/). +React सर्वर पर भी रेंडर कर सकता है और आप [React Native]((https://facebook.github.io/react-native/) का उपयोग करके पावर मोबाइल ऐप भी बना सकते हैं। \ No newline at end of file