Skip to content

Translated a few Paragraphs of the Getting Started page #18

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

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 15 additions & 16 deletions content/docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,31 +18,30 @@ redirect_from:
- "docs/environments.html"
---

This page is an overview of the React documentation and related resources.
यह पन्ना react के प्रलेखन और उससे सम्बंधित साधनो का Overview है |

**React** is a JavaScript library for building user interfaces. Learn what React is all about on [our homepage](/) or [in the tutorial](/tutorial/tutorial.html).
**React** एक javascript लाइब्रेरी है जो उपयोगकर्ता के इंटरफेसेस बनाने में काम आती है | हमारे होमपेज पर या इस टुटोरिअल पर सीखें की react किस चीज़ के बारे में है [हमारा होमपेज ](/) या [इस टुटोरिअल में](/tutorial/tutorial.html).

---

- [Try React](#try-react)
- [Learn React](#learn-react)
- [Staying Informed](#staying-informed)
- [Versioned Documentation](#versioned-documentation)
- [Something Missing?](#something-missing)
रियेक्ट का परीक्षड करें
रियेक्ट सीखे
सूचित रहे
वर्ज़न प्रलेखन
वकुछ छूटा है?
रियेक्ट का परीक्षड करें {#try-react}

## Try React {#try-react}
## React सीखें {#try-react}

React has been designed from the start for gradual adoption, and **you can use as little or as much React as you need.** Whether you want to get a taste of React, add some interactivity to a simple HTML page, or start a complex React-powered app, the links in this section will help you get started.
React को धीरे-धीरे ग्रहण करने के लिए बनाया गया है, और **आप जितनी कम और ज्यादा चाहे उतनी React इस्तेमाल कर सकते है |** यदि आप React का नमूना देखना चाहें, अपने सरल HTML पेज के साथ कुछ इंटरएक्टिविट जोड़ना चाहें, या एक जटिल React-संचालित ऐप बनाना चाहे, इस अनुभाग में दी गई लिंक्स आपकी सहायता करेंगी |

### Online Playgrounds {#online-playgrounds}
### ऑनलाइन प्रयोग का स्थान {#online-playgrounds}

If you're interested in playing around with React, you can use an online code playground. Try a Hello World template on [CodePen](codepen://hello-world) or [CodeSandbox](https://codesandbox.io/s/new).
अगर आप React को इस्तेमाल करने में रूचि रखतें है, आप एक ऑनलाइन कोड प्लेग्राउंड इस्तेमाल कर सकते है | CodePen पर एक Hello World टेम्पलेट इस्तेमाल करें [CodePen](codepen://hello-world) or [CodeSandbox](https://codesandbox.io/s/new).

If you prefer to use your own text editor, you can also [download this HTML file](https://raw.githubusercontent.com/reactjs/reactjs.org/master/static/html/single-file-example.html), edit it, and open it from the local filesystem in your browser. It does a slow runtime code transformation, so we'd only recommend using this for simple demos.
अगर आप अपना खुद का Text Editor इस्तमाल करना चा रहे है, अप्प [इस HTML फाइल](https://raw.githubusercontent.com/reactjs/reactjs.org/master/static/html/single-file-example.html) को डाउनलोड कर सकतें हैं, एडिट करें, और अपने local filesystem से इसे अपने browser में खोल लें, यह runtime code transformation को धीमे करता है, हम इसे खाली सरल डेमो के लिए ही इस्तेमाल करने का अनुग्रह करते हैं |

### Add React to a Website {#add-react-to-a-website}
### React को वेबसाइट के साथ जोड़ें {#add-react-to-a-website}

You can [add React to an HTML page in one minute](/docs/add-react-to-a-website.html). You can then either gradually expand its presence, or keep it contained to a few dynamic widgets.
आप [React को अपने पेज में एक मिनट में ऐड कर सकते हैं |](/docs/add-react-to-a-website.html). इसके बाद या तो आप इसे धीमे से भाड़ा सकते है या इसे कुछ ही dynamic widgets तक सीमित रख सकते हैं |

### Create a New React App {#create-a-new-react-app}

Expand Down