File tree 1 file changed +9
-9
lines changed
1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
id : faq-build
3
- title : Babel, JSX, ve Oluşturma Aşamaları
3
+ title : Babel, JSX, ve Derleme Aşamaları
4
4
permalink : docs/faq-build.html
5
5
layout : docs
6
6
category : FAQ
7
7
---
8
8
9
- ### React ile JSX kullanmalı mıyım ? {#do-i-need-to-use-jsx-with-react}
9
+ ### JSX’i React ile kullanmam gerekir mi? {#do-i-need-to-use-jsx-with-react}
10
10
11
- Hayır! Daha fazlası için [ "React Without JSX "] ( /docs/react-without-jsx.html ) .
11
+ Hayır! Daha fazlasını öğrenmek için [ "JSX Olmadan React "] ( /docs/react-without-jsx.html ) bölümüne göz atın .
12
12
13
- ### React ile ES6 (+) kullanmalı mıyım ? {#do-i-need-to-use-es6--with-react}
13
+ ### ES6 (+)'yı React ile kullanmam gerekir mi ? {#do-i-need-to-use-es6--with-react}
14
14
15
- Hayır! Daha fazlası için [ "React Without ES6 "] ( /docs/react-without-es6.html ) .
15
+ Hayır! Daha fazlasını öğrenmek için [ "ES6 Olmadan React "] ( /docs/react-without-es6.html ) bölümüne göz atın .
16
16
17
- ### JSX içinde nasıl yorum satırı kullanabilirim ? {#how-can-i-write-comments-in-jsx}
17
+ ### JSX'te nasıl yorum yazabilirim ? {#how-can-i-write-comments-in-jsx}
18
18
19
19
``` jsx
20
20
< div>
21
- {/* Yorum satırı buraya gelecek */ }
21
+ {/* Yorum buraya gelecek */ }
22
22
Hello, {name}!
23
23
< / div>
24
24
```
25
25
26
26
``` jsx
27
27
< div>
28
- {/* Çok satırlı
29
- yorum satırı */ }
28
+ {/* Ayrıca çok satırlı
29
+ yorumlar da çalışır. */ }
30
30
Hello, {name}!
31
31
< / div>
32
32
```
You can’t perform that action at this time.
0 commit comments