Skip to content

Commit dd64af7

Browse files
Remove English content from installation guide
1 parent 9af59b0 commit dd64af7

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

src/content/learn/installation.md

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -36,36 +36,20 @@ React डॉक्यूमेंटेशन में ज्यादातर
3636

3737
अगर आप नया React ऐप शुरू करना चाहते हैं, तो आप [React ऐप बना सकते हैं](/learn/creating-a-react-app) एक रिकमेंडेड फ्रेमवर्क का इस्तेमाल करके।
3838

39-
<<<<<<< HEAD
4039
## React ऐप को स्क्रैच से बनाएं {/*build-a-react-app-from-scratch*/}
4140

4241
अगर कोई फ्रेमवर्क आपके प्रोजेक्ट के लिए सही नहीं है, आप अपना खुद का फ्रेमवर्क बनाना चाहते हैं, या आप सिर्फ React ऐप के बेसिक्स सीखना चाहते हैं, तो आप [React ऐप को स्क्रैच से बना सकते हैं](/learn/build-a-react-app-from-scratch)
43-
=======
44-
## Build a React App from Scratch {/*build-a-react-app-from-scratch*/}
45-
46-
If a framework is not a good fit for your project, you prefer to build your own framework, or you just want to learn the basics of a React app you can [build a React app from scratch](/learn/build-a-react-app-from-scratch).
47-
>>>>>>> fc29603434ec04621139738f4740caed89d659a7
4842

4943
## पहले से बने प्रोजेक्ट में React जोड़ें {/*add-react-to-an-existing-project*/}
5044

5145
अगर आप अपने पहले से बने ऐप या वेबसाइट में React यूज़ करना चाहते हैं, तो आप [React को पहले से बने प्रोजेक्ट में जोड़ सकते हैं।](/learn/add-react-to-an-existing-project)
5246

53-
<<<<<<< HEAD
5447
<Note>
5548

5649
#### क्या मुझे Create React App यूज़ करना चाहिए? {/*should-i-use-create-react-app*/}
5750

5851
नहीं। Create React App अब बंद कर दिया गया है। ज्यादा जानकारी के लिए देखें [Sunsetting Create React App](/blog/2025/02/14/sunsetting-create-react-app)
5952

60-
=======
61-
62-
<Note>
63-
64-
#### Should I use Create React App? {/*should-i-use-create-react-app*/}
65-
66-
No. Create React App has been deprecated. For more information, see [Sunsetting Create React App](/blog/2025/02/14/sunsetting-create-react-app).
67-
68-
>>>>>>> fc29603434ec04621139738f4740caed89d659a7
6953
</Note>
7054

7155
## आगे क्या करें? {/*next-steps*/}

0 commit comments

Comments
 (0)