Skip to content

Commit 52264a9

Browse files
Resolve merge conflicts in installation.md
1 parent 6d94eb6 commit 52264a9

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

src/content/learn/installation.md

Lines changed: 1 addition & 17 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

42-
अगर कोई फ्रेमवर्क आपके प्रोजेक्ट के लिए सही नहीं है, आप अपना खुद का फ्रेमवर्क बनाना चाहते हैं, या आप सिर्फ 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-
>>>>>>> 6326e7b1b9fa2a7e36a555792e2f1b97cfcf2669
41+
अगर कोई फ्रेमवर्क आपके प्रोजेक्ट के लिए उपयुक्त नहीं है, तो आप अपना खुद का फ्रेमवर्क बनाना पसंद करते हैं, या आप बस React ऐप के मूलभूत बातें सीखना चाहते हैं, तो आ [build a React app from scratch](/learn/build-a-react-app-from-scratch)
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-
>>>>>>> 6326e7b1b9fa2a7e36a555792e2f1b97cfcf2669
6953
</Note>
7054

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

0 commit comments

Comments
 (0)