Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add files via upload #255

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Add files via upload #255

wants to merge 1 commit into from

Conversation

Johnn837
Copy link

No description provided.

</DeepDive>
---
title: एक नया React प्रोजेक्ट प्रारंभ करें

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove line break at line 3


<Intro>

यदि आप पूरी तरह से React के साथ एक नया ऐप या एक नई वेबसाइट बनाना चाहते हैं, तो हम समुदाय में लोकप्रिय React-संचालित फ्रेमवर्क में से एक को चुनने की सलाह देते हैं। फ़्रेमवर्क ऐसी सुविधाएँ प्रदान करते हैं जिनकी अधिकांश ऐप्स और साइटों को अंततः आवश्यकता होती है, जिसमें रूटिंग, डेटा फ़ेचिंग और HTML जनरेट करना शामिल है।
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
यदि आप पूरी तरह से React के साथ एक नया ऐप या एक नई वेबसाइट बनाना चाहते हैं, तो हम समुदाय में लोकप्रिय React-संचालित फ्रेमवर्क में से एक को चुनने की सलाह देते हैं। फ़्रेमवर्क ऐसी सुविधाएँ प्रदान करते हैं जिनकी अधिकांश ऐप्स और साइटों को अंततः आवश्यकता होती है, जिसमें रूटिंग, डेटा फ़ेचिंग और HTML जनरेट करना शामिल है।
यदि आप पूरी तरह से React के साथ एक नया ऐप या एक नई वेबसाइट बनाना चाहते हैं, तो हम कम्युनिटी में लोकप्रिय React-संचालित फ्रेमवर्क में से एक को चुनने की सलाह देते हैं। फ़्रेमवर्क ऐसी सुविधाएँ प्रदान करते हैं जिनकी अधिकांश ऐप्स और साइटों को अंततः आवश्यकता होती है, जिसमें राउटिंग, डेटा फ़ेचिंग और HTML जनरेट करना शामिल है।


<Note>

**आपको इंस्टॉल करना होगा [Node.js](https://nodejs.org/en/) स्थानीय विकास के लिए।** आप *भी* उत्पादन में Node.js का उपयोग करना चुन सकते हैं, लेकिन आपको ऐसा करने की ज़रूरत नहीं है। कई रिएक्ट फ्रेमवर्क स्टैटिक में निर्यात का समर्थन करते हैं HTML/CSS/JS folder.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
**आपको इंस्टॉल करना होगा [Node.js](https://nodejs.org/en/) स्थानीय विकास के लिए** आप *भी* उत्पादन में Node.js का उपयोग करना चुन सकते हैं, लेकिन आपको ऐसा करने की ज़रूरत नहीं है। कई रिएक्ट फ्रेमवर्क स्टैटिक में निर्यात का समर्थन करते हैं HTML/CSS/JS folder.
** लोकल डेवलपमेंट के लिए आपको इंस्टॉल करना होगा [Node.js](https://nodejs.org/en/)** आप *भी* प्रोडक्शन में Node.js का उपयोग कर सकते हैं, लेकिन आपको ऐसा करने की ज़रूरत नहीं है। कई React फ्रेमवर्क स्टैटिक HTML/CSS/JS फोल्डर में एक्सपोर्ट सपोर्ट करते हैं


</Note>

## प्रोडक्शन-ग्रेड रिएक्ट फ्रेमवर्क {/*प्रोडक्शन-ग्रेड-रिएक्शन-फ्रेमवर्क*/}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
## प्रोडक्शन-ग्रेड रिएक्ट फ्रेमवर्क {/*प्रोडक्शन-ग्रेड-रिएक्शन-फ्रेमवर्क*/}
## प्रोडक्शन-ग्रेड React फ्रेमवर्क {/*प्रोडक्शन-ग्रेड-रिएक्शन-फ्रेमवर्क*/}

Do not translate React word. Find and Replace in whole file


### Next.js {/*nextjs*/}

**[Next.js](https://nextjs.org/) एक पूर्ण-स्टैक रिएक्ट फ्रेमवर्क है।** यह बहुमुखी है और आपको किसी भी आकार के रिएक्ट ऐप्स बनाने की सुविधा देता है - ज्यादातर स्थिर ब्लॉग से लेकर जटिल गतिशील एप्लिकेशन तक . एक नया Next.js प्रोजेक्ट बनाने के लिए, अपने टर्मिनल में चलाएँ:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
**[Next.js](https://nextjs.org/) एक पूर्ण-स्टैक रिएक्ट फ्रेमवर्क है।** यह बहुमुखी है और आपको किसी भी आकार के रिएक्ट ऐप्स बनाने की सुविधा देता है - ज्यादातर स्थिर ब्लॉग से लेकर जटिल गतिशील एप्लिकेशन तक . एक नया Next.js प्रोजेक्ट बनाने के लिए, अपने टर्मिनल में चलाएँ:
**[Next.js](https://nextjs.org/) एक पूर्ण-स्टैक React फ्रेमवर्क है।** यह बहुमुखी है और आपको किसी भी आकार के React ऐप्स बनाने की सुविधा देता है - ज्यादातर स्थिर ब्लॉग से लेकर जटिल गतिशील एप्लिकेशन तक एक नया Next.js प्रोजेक्ट बनाने के लिए, अपने टर्मिनल में चलाएँ:


यदि आप Next.js में नए हैं, तो [Next.js ट्यूटोरियल देखें।](https://nextjs.org/learn/foundations/about-nextjs)

Next.js का रखरखाव [Vercel](https://vercel.com/) द्वारा किया जाता है। आप किसी भी Node.js या सर्वर रहित होस्टिंग, या अपने स्वयं के सर्वर पर [Next.js ऐप तैनात] (https://nextjs.org/docs/deployment) कर सकते हैं। [पूरी तरह से स्थिर Next.js ऐप्स](https://nextjs.org/docs/advanced-features/static-html-export) को किसी भी स्थिर होस्टिंग पर तैनात किया जा सकता है।
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Next.js का रखरखाव [Vercel](https://vercel.com/) द्वारा किया जाता है। आप किसी भी Node.js या सर्वर रहित होस्टिंग, या अपने स्वयं के सर्वर पर [Next.js ऐप तैनात] (https://nextjs.org/docs/deployment) कर सकते हैं। [पूरी तरह से स्थिर Next.js ऐप्स](https://nextjs.org/docs/advanced-features/static-html-export) को किसी भी स्थिर होस्टिंग पर तैनात किया जा सकता है।
Next.js [Vercel](https://vercel.com/) द्वारा मेन्टेन किया जाता है। आप किसी भी Node.js या सर्वर रहित होस्टिंग, या अपने स्वयं के सर्वर पर [Next.js ऐप डेप्लॉय] (https://nextjs.org/docs/deployment) कर सकते हैं। [पूरी तरह से स्टैटिक Next.js ऐप्स](https://nextjs.org/docs/advanced-features/static-html-export) को किसी भी स्टैटिक होस्टिंग पर डेप्लॉय किया जा सकता है।

Copy link
Member

@arshadkazmi42 arshadkazmi42 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Than you for working on this.

I have added review comments till line 30.

lets get these fixed and then we can continue further with the review process

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1st Review First phase of review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants