-
Notifications
You must be signed in to change notification settings - Fork 174
translate docs/nav.yml #86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 8 commits
b968c23
2ccdc4f
991953b
282cba8
af55a83
121b206
ff2f30e
b9b1114
e52419e
2cd4f5d
24611dc
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,85 +1,85 @@ | ||
- title: Installation | ||
- title: Kurulum | ||
items: | ||
- id: getting-started | ||
title: Getting Started | ||
title: Başlangıç | ||
- id: add-react-to-a-website | ||
title: Add React to a Website | ||
title: Bir Web Sitesine React Eklemek | ||
- id: create-a-new-react-app | ||
title: Create a New React App | ||
title: Yeni bir React Uygulaması Başlatmak | ||
- id: cdn-links | ||
title: CDN Links | ||
- title: Main Concepts | ||
title: CDN Bağlantıları | ||
- title: Temel Kavramlar | ||
isOrdered: true | ||
items: | ||
- id: hello-world | ||
title: Hello World | ||
title: Merhaba Dünya | ||
- id: introducing-jsx | ||
title: Introducing JSX | ||
title: JSX'e Giriş | ||
- id: rendering-elements | ||
title: Rendering Elements | ||
title: Elementlerin Render Edilmesi | ||
- id: components-and-props | ||
title: Components and Props | ||
title: Bileşenler ve Prop'lar | ||
- id: state-and-lifecycle | ||
title: State and Lifecycle | ||
title: State ve Yaşam Döngüsü | ||
- id: handling-events | ||
title: Handling Events | ||
title: Olay Yönetimi | ||
- id: conditional-rendering | ||
title: Conditional Rendering | ||
title: Koşullu Renderlama | ||
- id: lists-and-keys | ||
title: Lists and Keys | ||
title: Listeler ve Anahtarlar | ||
- id: forms | ||
title: Forms | ||
title: Formlar | ||
- id: lifting-state-up | ||
title: Lifting State Up | ||
title: State'i Yukarı Taşıma | ||
- id: composition-vs-inheritance | ||
title: Composition vs Inheritance | ||
title: Bileşim vs Kalıtım | ||
- id: thinking-in-react | ||
title: Thinking In React | ||
- title: Advanced Guides | ||
title: React'te Düşünmek | ||
- title: Gelişmiş Kılavuz | ||
items: | ||
- id: accessibility | ||
title: Accessibility | ||
title: Erişebilirlik | ||
- id: code-splitting | ||
title: Code-Splitting | ||
title: Kod Bölümleme | ||
- id: context | ||
title: Context | ||
title: Bağlam (Context) | ||
alioguzhan marked this conversation as resolved.
Show resolved
Hide resolved
alperen marked this conversation as resolved.
Show resolved
Hide resolved
|
||
- id: error-boundaries | ||
title: Error Boundaries | ||
title: Hata Sınırlandırıcıları | ||
alperen marked this conversation as resolved.
Show resolved
Hide resolved
|
||
- id: forwarding-refs | ||
title: Forwarding Refs | ||
title: Ref'leri Taşımak | ||
- id: fragments | ||
title: Fragments | ||
title: Fragment'ler | ||
- id: higher-order-components | ||
title: Higher-Order Components | ||
title: Üst-Seviye Bileşenler | ||
- id: integrating-with-other-libraries | ||
title: Integrating with Other Libraries | ||
title: Başka Kütüphaneleri Entegre Etmek | ||
- id: jsx-in-depth | ||
title: JSX In Depth | ||
title: Derinlemesine JSX | ||
- id: optimizing-performance | ||
title: Optimizing Performance | ||
title: Performansı En İyi Duruma Getirmek | ||
- id: portals | ||
title: Portals | ||
title: Portallar | ||
alperen marked this conversation as resolved.
Show resolved
Hide resolved
|
||
- id: react-without-es6 | ||
title: React Without ES6 | ||
title: ES6 Olmadan React | ||
alperen marked this conversation as resolved.
Show resolved
Hide resolved
|
||
- id: react-without-jsx | ||
title: React Without JSX | ||
title: JSX Olmadan React | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. React Without ES6 çevirisindekine benzer bir yapı kullanılabilir. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. pr #47'ye göz atarsanız başlığın bu şekilde merge edildiğini görürsünüz. Veri tutarlılığı için çoğu pr'a göz atarak çevirileri yaptım. Bence anlam açısından bir düşüklük yok. |
||
- id: reconciliation | ||
title: Reconciliation | ||
alioguzhan marked this conversation as resolved.
Show resolved
Hide resolved
|
||
- id: refs-and-the-dom | ||
title: Refs and the DOM | ||
title: Ref'ler ve DOM | ||
- id: render-props | ||
title: Render Props | ||
title: Prop'ları Renderlamak | ||
- id: static-type-checking | ||
title: Static Type Checking | ||
title: Statik Tip Kontrolü | ||
- id: strict-mode | ||
title: Strict Mode | ||
title: Strict Kipi | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Aşağıdaki gibi bir kodu görüp Google'da arama yapan kullanıcı da bu şekilde bir arama yaparak yazıyı bulacaktır: <React.StrictMode>
<div>
<ComponentOne />
<ComponentTwo />
</div>
</React.StrictMode> There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Dosyada, belirli bir kod olan kısımları zaten çevirmedim. Eğer orijinal hali There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
|
||
- id: typechecking-with-proptypes | ||
title: Typechecking With PropTypes | ||
title: PropTypes ile Tip Kontrolü | ||
- id: uncontrolled-components | ||
title: Uncontrolled Components | ||
title: Kontrolsüz Bileşenler | ||
- id: web-components | ||
title: Web Components | ||
- title: API Reference | ||
title: Web Bileşenleri | ||
- title: API Kaynağı | ||
items: | ||
- id: react-api | ||
title: React | ||
|
@@ -91,63 +91,63 @@ | |
- id: react-dom-server | ||
title: ReactDOMServer | ||
- id: dom-elements | ||
title: DOM Elements | ||
title: DOM Elemanları | ||
- id: events | ||
title: SyntheticEvent | ||
- id: test-utils | ||
title: Test Utilities | ||
title: Test Araçları | ||
- id: shallow-renderer | ||
title: Shallow Renderer | ||
title: Yüzeysel Render Edici | ||
- id: test-renderer | ||
title: Test Renderer | ||
title: Test Render Edici | ||
- id: javascript-environment-requirements | ||
title: JS Environment Requirements | ||
title: Javascript Ortam Gereksinimleri | ||
- id: glossary | ||
title: Glossary | ||
- title: Hooks (New) | ||
title: React Terimler Sözlüğü | ||
alperen marked this conversation as resolved.
Show resolved
Hide resolved
|
||
- title: Hook (Yeni) | ||
alperen marked this conversation as resolved.
Show resolved
Hide resolved
|
||
isOrdered: true | ||
items: | ||
- id: hooks-intro | ||
title: Introducing Hooks | ||
title: Hook'a Giriş | ||
alperen marked this conversation as resolved.
Show resolved
Hide resolved
|
||
- id: hooks-overview | ||
title: Hooks at a Glance | ||
title: Hook'lara Kısa Bir Bakış | ||
- id: hooks-state | ||
title: Using the State Hook | ||
title: Hook Durumunu Kullanmak | ||
alperen marked this conversation as resolved.
Show resolved
Hide resolved
|
||
- id: hooks-effect | ||
title: Using the Effect Hook | ||
title: Hook Efekt'ini Kullanmak | ||
alperen marked this conversation as resolved.
Show resolved
Hide resolved
|
||
- id: hooks-rules | ||
title: Rules of Hooks | ||
title: Hook Kuralları | ||
- id: hooks-custom | ||
title: Building Your Own Hooks | ||
title: Kendi Hook'unuzu Oluşturun | ||
- id: hooks-reference | ||
title: Hooks API Reference | ||
title: Hooks API'si Kaynağı | ||
- id: hooks-faq | ||
title: Hooks FAQ | ||
- title: Contributing | ||
title: Hooks SSS | ||
- title: Katkı Sağlamak | ||
items: | ||
- id: how-to-contribute | ||
title: How to Contribute | ||
title: Nasıl Katkı Sağlarsanız? | ||
alperen marked this conversation as resolved.
Show resolved
Hide resolved
|
||
- id: codebase-overview | ||
title: Codebase Overview | ||
title: Codebase'e Genel Bakış | ||
- id: implementation-notes | ||
title: Implementation Notes | ||
title: Yürütmeye Dair Notlar | ||
alioguzhan marked this conversation as resolved.
Show resolved
Hide resolved
|
||
- id: design-principles | ||
title: Design Principles | ||
- title: FAQ | ||
title: Tasarım İlkeleri | ||
- title: Sıkça Sorulan Sorular | ||
items: | ||
- id: faq-ajax | ||
title: AJAX and APIs | ||
title: AJAX ve API'ler | ||
- id: faq-build | ||
title: Babel, JSX, and Build Steps | ||
title: Babel, JSX, ve Derleme Aşamaları | ||
alperen marked this conversation as resolved.
Show resolved
Hide resolved
|
||
- id: faq-functions | ||
title: Passing Functions to Components | ||
title: Bileşenlere Fonksiyon Göndermek | ||
- id: faq-state | ||
title: Component State | ||
title: Bileşenin Durumu | ||
- id: faq-styling | ||
title: Styling and CSS | ||
title: Tasarım ve CSS | ||
- id: faq-structure | ||
title: File Structure | ||
title: Dosya Yapıları | ||
- id: faq-versioning | ||
title: Versioning Policy | ||
title: Sürüm Politikası | ||
- id: faq-internals | ||
title: Virtual DOM and Internals | ||
title: Sanal DOM ve Internal'ler | ||
alperen marked this conversation as resolved.
Show resolved
Hide resolved
|
Uh oh!
There was an error while loading. Please reload this page.