|
1 | 1 | ---
|
2 |
| -title: Setup |
| 2 | +title: Postavke |
3 | 3 | ---
|
4 | 4 | <Intro>
|
5 | 5 |
|
6 |
| -React integrates with tools like editors, TypeScript, browser extensions, and compilers. This section will help you get your environment set up. |
| 6 | +React se integriše sa alatima poput radnih okruženja (editor-a), TypeScript-a, ekstenzijama za pretraživače i kompajlerima. Ova sekcija će vam pomoći da postavite vaše okruženje. |
7 | 7 |
|
8 | 8 | </Intro>
|
9 | 9 |
|
10 |
| -## Editor Setup {/*editor-setup*/} |
| 10 | +## Postavka Radnog okruženja (Editor-a) {/*editor-setup*/} |
11 | 11 |
|
12 |
| -See our [recommended editors](/learn/editor-setup) and learn how to set them up to work with React. |
| 12 | +Pogledajte [preporučene editor-e](/learn/editor-setup) i naučite kako da ih postavite da rade sa React-om. |
13 | 13 |
|
14 |
| -## Using TypeScript {/*using-typescript*/} |
| 14 | +## Upotreba TypeScript-a {/*using-typescript*/} |
15 | 15 |
|
16 |
| -TypeScript is a popular way to add type definitions to JavaScript codebases. [Learn how to integrate TypeScript into your React projects](/learn/typescript). |
| 16 | +TypeScript je popularan način za dodavanje definicija tipova u JavaScript kod. [Naučite kako da integrišete TypeScript u vaše React projekte](/learn/typescript). |
17 | 17 |
|
18 | 18 | ## React Developer Tools {/*react-developer-tools*/}
|
19 | 19 |
|
20 |
| -React Developer Tools is a browser extension that can inspect React components, edit props and state, and identify performance problems. Learn how to install it [here](learn/react-developer-tools). |
| 20 | +React Developer Tools je ekstenzija za pretraživač koja može da inspektuje React komponente, menja props-e i state, kao i da identifikuje probleme u performansama. Naučite kako da je instalirate [ovde](learn/react-developer-tools). |
21 | 21 |
|
22 |
| -## React Compiler {/*react-compiler*/} |
| 22 | +## React kompajler {/*react-compiler*/} |
23 | 23 |
|
24 |
| -React Compiler is a tool that automatically optimizes your React app. [Learn more](/learn/react-compiler). |
| 24 | +React kompajler je alat koji automatski optimizuje vašu React aplikaciju. [Saznajte više](/learn/react-compiler). |
25 | 25 |
|
26 |
| -## Next steps {/*next-steps*/} |
| 26 | +## Naredni koraci {/*next-steps*/} |
27 | 27 |
|
28 |
| -Head to the [Quick Start](/learn) guide for a tour of the most important React concepts you will encounter every day. |
| 28 | +Pogledajte sekciju [Brzi Uvod](/learn) kako biste naučili najbitnije koncepte u React-u koje ćete sretati svaki dan. |
0 commit comments