You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/learn/installation.md
+10-11Lines changed: 10 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,23 +35,22 @@ export default function App() {
35
35
36
36
</Sandpack>
37
37
38
-
You can edit it directly or open it in a new tab by pressing the "Fork" button in the upper right corner.
38
+
మీరు దీన్ని డైరెక్ట్ గా ఎడిట్ చేయవచ్చు లేదా కుడి పైభాగంలో ఉన్న "Fork" బటన్ని నొక్కి కొత్త టాబ్లో తెరవచ్చు.
39
39
40
-
Most pages in the React documentation contain sandboxes like this. Outside of the React documentation, there are many online sandboxes that support React: for example, [CodeSandbox](https://codesandbox.io/s/new), [StackBlitz](https://stackblitz.com/fork/react), or[CodePen.](https://codepen.io/pen?template=QWYVwWN)
40
+
React డాక్యుమెంటేషన్లోని చాలా పేజీలు ఇలాంటి సాండ్బాక్స్లను కలిగి ఉంటాయి. React డాక్యుమెంటేషన్ బయట కూడా React ను సపోర్ట్ చేసే అనేక ఆన్లైన్ సాండ్బాక్స్లు ఉన్నాయి: ఉదాహరణకు, [CodeSandbox](https://codesandbox.io/s/new), [StackBlitz](https://stackblitz.com/fork/react), లేదా[CodePen.](https://codepen.io/pen?template=QWYVwWN)
41
41
42
-
### Try React locally {/*try-react-locally*/}
42
+
### మీ సిస్టమ్లో React ను ప్రయత్నించండి {/*try-react-locally*/}
43
43
44
-
To try React locally on your computer, [download this HTML page.](https://gist.githubusercontent.com/gaearon/0275b1e1518599bbeafcde4722e79ed1/raw/db72dcbf3384ee1708c4a07d3be79860db04bff0/example.html)Open it in your editor and in your browser!
44
+
మీ కంప్యూటర్లో React ను ప్రయత్నించాలంటే, [ఈ HTML పేజీని డౌన్లోడ్ చేయండి.](https://gist.githubusercontent.com/gaearon/0275b1e1518599bbeafcde4722e79ed1/raw/db72dcbf3384ee1708c4a07d3be79860db04bff0/example.html)దీన్ని మీ ఎడిటర్లో మరియు బ్రౌజర్లో ఓపెన్ చేయండి!
45
45
46
-
## Start a new React project {/*start-a-new-react-project*/}
46
+
## కొత్త React ప్రాజెక్ట్ ప్రారంభించండి {/*start-a-new-react-project*/}
47
47
48
-
If you want to build an app or a website fully with React, [start a new React project.](/learn/start-a-new-react-project)
48
+
React తో పూర్తి స్థాయిలో ఒక యాప్ లేదా వెబ్సైట్ నిర్మించాలనుకుంటే, [కొత్త React ప్రాజెక్ట్ను ప్రారంభించండి.](/learn/start-a-new-react-project)
49
49
50
-
## Add React to an existing project {/*add-react-to-an-existing-project*/}
50
+
## ఇప్పటికే ఉన్న ప్రాజెక్ట్కు React జోడించండి {/*add-react-to-an-existing-project*/}
51
51
52
-
If want to try using React in your existing app or a website, [add React to an existing project.](/learn/add-react-to-an-existing-project)
52
+
మీ ప్రస్తుత యాప్ లేదా వెబ్సైట్లో React ను ఉపయోగించాలనుకుంటే, [ఇప్పటికే ఉన్న ప్రాజెక్ట్కు React జోడించండి.](/learn/add-react-to-an-existing-project)
53
53
54
-
## Next steps {/*next-steps*/}
55
-
56
-
Head to the [Quick Start](/learn) guide for a tour of the most important React concepts you will encounter every day.
54
+
## తదుపరి చర్యలు {/*next-steps*/}
57
55
56
+
React లో మీరు ప్రతిరోజూ ఎదుర్కొనే ముఖ్యమైన కాన్సెప్ట్స్ను పరిచయం చేయడానికి [క్విక్ స్టార్ట్](/learn) గైడ్ను సందర్శించండి.
0 commit comments