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: content/warnings/legacy-factories.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ function render() {
42
42
43
43
Eğer halihazırda çok fazla fonksiyon çağrınız varsa bu onları yükseltmek için kolay bir yoldur.
44
44
45
-
## JSX Olmadan dinamik bileşenler {#dynamic-components-without-jsx}
45
+
## JSX'siz dinamik bileşenler {#dynamic-components-without-jsx}
46
46
47
47
Eğer bir bileşen sınıfını dinamik bir kaynaktan alıyorsanız, anlık olarak çalıştırdığınız için bir Factory oluşturmak gereksiz olabilir. Bunun yerine sadece elemanınızı satır içi şeklinde oluşturabilirsiniz:
48
48
@@ -54,6 +54,6 @@ function render(MyComponent) {
54
54
}
55
55
```
56
56
57
-
## Daha derin detay {#in-depth}
57
+
## Daha fazla detay {#in-depth}
58
58
59
59
[Bu değişikliği NEDEN yaptığımıza dair daha fazla detayı okuyun.](https://gist.github.com/sebmarkbage/d7bce729f38730399d28)
0 commit comments