Skip to content

Commit 96e9638

Browse files
authored
Merge pull request #58 from omergulcicek/origin/omergulcicek/composition-vs-inheritance
Update composition-vs-inheritance.md
2 parents 9662f24 + 321b9b2 commit 96e9638

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/docs/composition-vs-inheritance.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
id: composition-vs-inheritance
3-
title: Composition vs Inheritance
3+
title: Bileşim vs Kalıtım
44
permalink: docs/composition-vs-inheritance.html
55
redirect_from:
66
- "docs/multiple-components.html"
@@ -166,7 +166,7 @@ class SignUpDialog extends React.Component {
166166

167167
## Kalıtım Hakkında Ne Söyleyebiliriz? {#so-what-about-inheritance}
168168

169-
Facebook binlerce bileşende React kullanıyor ve component hiyerarşileri oluştururken önerdiğimiz herhangi bir kullanım durumu bulamadık.
169+
Facebook binlerce bileşende React kullanıyor ve bileşen hiyerarşileri oluştururken önerdiğimiz herhangi bir kullanım durumu bulamadık.
170170

171171
Prop'lar ve bileşimler, bir bileşenin görünüşünü ve davranışını açık ve güvenli bir şekilde özelleştirmek için ihtiyacınız olan tüm esnekliği sunar. Bileşenlerin, ilkel değerler, React öğeleri veya fonksiyonlar dahil olmak üzere isteğe bağlı prop'ları kabul edebileceğini unutmayın.
172172

0 commit comments

Comments
 (0)