René's URL Explorer Experiment


Title: Codebase Overview – React

Open Graph Title: Codebase Overview – React

Open Graph Description: Kullanıcı arayüzleri geliştirebileceğiniz bir JavaScript kütüphanesi

Opengraph URL: https://tr.legacy.reactjs.org/docs/codebase-overview.html

Generator: Gatsby 2.32.13

direct link

Domain: tr.reactjs.org

NoneIE=edge
apple-mobile-web-app-capableyes
apple-mobile-web-app-titleReact
og:typearticle
og:imagehttps://legacy.reactjs.org/logo-og.png
fb:app_id623268441017527
theme-color#20232a

Links:

https://surveys.savanta.com/survey/selfserve/21e3/210643?list=2
Take our 2021 Community Survey!https://surveys.savanta.com/survey/selfserve/21e3/210643?list=2
Go to react.devhttps://react.dev/blog/2023/03/16/introducing-react-dev
Reacthttps://tr.reactjs.org/
Dokümantasyonhttps://tr.reactjs.org/docs/getting-started.html
Öğreticihttps://tr.reactjs.org/tutorial/tutorial.html
Bloghttps://tr.reactjs.org/blog/
Toplulukhttps://tr.reactjs.org/community/support.html
v18.2.0https://tr.reactjs.org/versions
Dillerhttps://tr.reactjs.org/languages
GitHubhttps://github.com/facebook/react/
contribute to Reacthttps://tr.reactjs.org/docs/how-to-contribute.html
https://tr.reactjs.org/docs/codebase-overview.html#top-level-folders
React repositoryhttps://github.com/facebook/react
packageshttps://github.com/facebook/react/tree/main/packages
fixtureshttps://github.com/facebook/react/tree/main/fixtures
build ithttps://tr.reactjs.org/docs/how-to-contribute.html#development-workflow
in a separate repository from Reacthttps://github.com/reactjs/reactjs.org
https://tr.reactjs.org/docs/codebase-overview.html#colocated-tests
setInnerHTML.jshttps://github.com/facebook/react/blob/87724bd87506325fcaf2648c70fc1f43411a87be/src/renderers/dom/client/utils/setInnerHTML.js
__tests__/setInnerHTML-test.jshttps://github.com/facebook/react/blob/87724bd87506325fcaf2648c70fc1f43411a87be/src/renderers/dom/client/utils/__tests__/setInnerHTML-test.js
https://tr.reactjs.org/docs/codebase-overview.html#warnings-and-invariants
https://tr.reactjs.org/docs/codebase-overview.html#development-and-production
https://tr.reactjs.org/docs/codebase-overview.html#flow
Flowhttps://flow.org/
adding Flow annotations to existing codehttps://github.com/facebook/react/pull/7600/files
https://tr.reactjs.org/docs/codebase-overview.html#multiple-packages
monorepohttps://danluu.com/monorepo/
https://tr.reactjs.org/docs/codebase-overview.html#react-core
top-level React APIshttps://tr.reactjs.org/docs/react-api.html#react
reconciliationhttps://tr.reactjs.org/docs/reconciliation.html
packages/reacthttps://github.com/facebook/react/tree/main/packages/react
reacthttps://www.npmjs.com/package/react
https://tr.reactjs.org/docs/codebase-overview.html#renderers
React Nativehttps://reactnative.dev/
packages/https://github.com/facebook/react/tree/main/packages/
React DOM Rendererhttps://github.com/facebook/react/tree/main/packages/react-dom
top-level ReactDOM APIshttps://tr.reactjs.org/docs/react-dom.html
react-domhttps://www.npmjs.com/package/react-dom
React Native Rendererhttps://github.com/facebook/react/tree/main/packages/react-native-renderer
React Test Rendererhttps://github.com/facebook/react/tree/main/packages/react-test-renderer
Snapshot Testinghttps://facebook.github.io/jest/blog/2016/07/27/jest-14.html
Jesthttps://facebook.github.io/jest
react-test-rendererhttps://www.npmjs.com/package/react-test-renderer
react-arthttps://github.com/facebook/react/tree/main/packages/react-art
GitHub repositoryhttps://github.com/reactjs/react-art
react-native-rendererhttps://github.com/facebook/react/tree/main/packages/react-native-renderer
React Native repositoryhttps://github.com/facebook/react-native
https://tr.reactjs.org/docs/codebase-overview.html#reconcilers
reconciliationhttps://tr.reactjs.org/docs/reconciliation.html
https://tr.reactjs.org/docs/codebase-overview.html#stack-reconciler
next sectionhttps://tr.reactjs.org/docs/implementation-notes.html
https://tr.reactjs.org/docs/codebase-overview.html#fiber-reconciler
herehttps://github.com/acdlite/react-fiber-architecture
herehttps://blog.ag-grid.com/inside-fiber-an-in-depth-overview-of-the-new-reconciliation-algorithm-in-react
packages/react-reconcilerhttps://github.com/facebook/react/tree/main/packages/react-reconciler
https://tr.reactjs.org/docs/codebase-overview.html#event-system
packages/react-dom/src/eventshttps://github.com/facebook/react/tree/main/packages/react-dom/src/events
https://tr.reactjs.org/docs/codebase-overview.html#what-next
next sectionhttps://tr.reactjs.org/docs/implementation-notes.html
Bu sayfayı düzenlehttps://github.com/reactjs/tr.reactjs.org/tree/main/content/docs/codebase-overview.md
Başlangıçhttps://tr.reactjs.org/docs/getting-started.html
Bir Web Sitesine React Eklemekhttps://tr.reactjs.org/docs/add-react-to-a-website.html
Yeni bir React Uygulaması Oluşturunhttps://tr.reactjs.org/docs/create-a-new-react-app.html
CDN Bağlantılarıhttps://tr.reactjs.org/docs/cdn-links.html
Yayın Kanallarıhttps://tr.reactjs.org/docs/release-channels.html
1. Merhaba Dünyahttps://tr.reactjs.org/docs/hello-world.html
2. JSX'e Girişhttps://tr.reactjs.org/docs/introducing-jsx.html
3. Elementlerin Render Edilmesihttps://tr.reactjs.org/docs/rendering-elements.html
4. Bileşenler ve Prop'larhttps://tr.reactjs.org/docs/components-and-props.html
5. State ve Yaşam Döngüsühttps://tr.reactjs.org/docs/state-and-lifecycle.html
6. Olay Yönetimihttps://tr.reactjs.org/docs/handling-events.html
7. Koşullu Renderlamahttps://tr.reactjs.org/docs/conditional-rendering.html
8. Listeler ve Anahtarlarhttps://tr.reactjs.org/docs/lists-and-keys.html
9. Formlarhttps://tr.reactjs.org/docs/forms.html
10. State'i Yukarı Taşımahttps://tr.reactjs.org/docs/lifting-state-up.html
11. Bileşim vs Kalıtımhttps://tr.reactjs.org/docs/composition-vs-inheritance.html
12. React'te Düşünmekhttps://tr.reactjs.org/docs/thinking-in-react.html
Erişebilirlikhttps://tr.reactjs.org/docs/accessibility.html
Kod Bölümlemehttps://tr.reactjs.org/docs/code-splitting.html
Contexthttps://tr.reactjs.org/docs/context.html
Hata Sınırlarıhttps://tr.reactjs.org/docs/error-boundaries.html
Ref'leri Yönlendirmehttps://tr.reactjs.org/docs/forwarding-refs.html
Fragment'lerhttps://tr.reactjs.org/docs/fragments.html
Üst-Seviye Bileşenlerhttps://tr.reactjs.org/docs/higher-order-components.html
Başka Kütüphaneleri Entegre Etmekhttps://tr.reactjs.org/docs/integrating-with-other-libraries.html
Derinlemesine JSXhttps://tr.reactjs.org/docs/jsx-in-depth.html
Performansı En İyi Duruma Getirmekhttps://tr.reactjs.org/docs/optimizing-performance.html
Portal'larhttps://tr.reactjs.org/docs/portals.html
Profilerhttps://tr.reactjs.org/docs/profiler.html
ES6 Olmadan React Kullanımıhttps://tr.reactjs.org/docs/react-without-es6.html
JSX Olmadan React Kullanımıhttps://tr.reactjs.org/docs/react-without-jsx.html
Uyumlaştırmahttps://tr.reactjs.org/docs/reconciliation.html
Ref'ler ve DOMhttps://tr.reactjs.org/docs/refs-and-the-dom.html
Prop'ları Renderlamakhttps://tr.reactjs.org/docs/render-props.html
Statik Tip Kontrolühttps://tr.reactjs.org/docs/static-type-checking.html
Strict Moduhttps://tr.reactjs.org/docs/strict-mode.html
PropTypes ile Tip Kontrolühttps://tr.reactjs.org/docs/typechecking-with-proptypes.html
Kontrolsüz Bileşenlerhttps://tr.reactjs.org/docs/uncontrolled-components.html
Web Bileşenlerihttps://tr.reactjs.org/docs/web-components.html
Reacthttps://tr.reactjs.org/docs/react-api.html
React.Componenthttps://tr.reactjs.org/docs/react-component.html
ReactDOMhttps://tr.reactjs.org/docs/react-dom.html
ReactDOMClienthttps://tr.reactjs.org/docs/react-dom-client.html
ReactDOMServerhttps://tr.reactjs.org/docs/react-dom-server.html
DOM Elemanlarıhttps://tr.reactjs.org/docs/dom-elements.html
SyntheticEventhttps://tr.reactjs.org/docs/events.html
Test Araçlarıhttps://tr.reactjs.org/docs/test-utils.html
Test Render Edicihttps://tr.reactjs.org/docs/test-renderer.html
Javascript Ortam Gereksinimlerihttps://tr.reactjs.org/docs/javascript-environment-requirements.html
React Terimleri Sözlüğühttps://tr.reactjs.org/docs/glossary.html
1. Hook'lara Girişhttps://tr.reactjs.org/docs/hooks-intro.html
2. Bir Bakışta Hook'larhttps://tr.reactjs.org/docs/hooks-overview.html
3. State Hook'unu Kullanmakhttps://tr.reactjs.org/docs/hooks-state.html
4. Effect Hook'unu Kullanmakhttps://tr.reactjs.org/docs/hooks-effect.html
5. Hook Kurallarıhttps://tr.reactjs.org/docs/hooks-rules.html
6. Kendi Hook'larınızı Oluşturmakhttps://tr.reactjs.org/docs/hooks-custom.html
7. Hook'ların API Kaynağıhttps://tr.reactjs.org/docs/hooks-reference.html
8. Hook'lar için SSShttps://tr.reactjs.org/docs/hooks-faq.html
Test Etmeye Genel Bakışhttps://tr.reactjs.org/docs/testing.html
Test Tariflerihttps://tr.reactjs.org/docs/testing-recipes.html
Test Ortamlarıhttps://tr.reactjs.org/docs/testing-environments.html
Nasıl Katkı Sağlarsınız?https://tr.reactjs.org/docs/how-to-contribute.html
Codebase'e Genel Bakışhttps://tr.reactjs.org/docs/codebase-overview.html
Uygulama Notlarıhttps://tr.reactjs.org/docs/implementation-notes.html
Tasarım İlkelerihttps://tr.reactjs.org/docs/design-principles.html
AJAX ve API'lerhttps://tr.reactjs.org/docs/faq-ajax.html
Babel, JSX, ve Kurulum Aşamalarıhttps://tr.reactjs.org/docs/faq-build.html
Bileşenlere Fonksiyon Göndermekhttps://tr.reactjs.org/docs/faq-functions.html
Bileşenin Durumuhttps://tr.reactjs.org/docs/faq-state.html
Tasarım ve CSShttps://tr.reactjs.org/docs/faq-styling.html
Dosya Yapılarıhttps://tr.reactjs.org/docs/faq-structure.html
Sürümleme Politikasıhttps://tr.reactjs.org/docs/faq-versioning.html
Virtual DOM ve İç Dinamiklerhttps://tr.reactjs.org/docs/faq-internals.html
Nasıl Katkı Sağlarsınız?https://tr.reactjs.org/docs/how-to-contribute.html
Uygulama Notlarıhttps://tr.reactjs.org/docs/implementation-notes.html
Kurulumhttps://tr.reactjs.org/docs/getting-started.html
Temel Kavramlarhttps://tr.reactjs.org/docs/hello-world.html
Gelişmiş Kılavuzhttps://tr.reactjs.org/docs/accessibility.html
API Kaynağıhttps://tr.reactjs.org/docs/react-api.html
Hook'larhttps://tr.reactjs.org/docs/hooks-intro.html
Test Etmekhttps://tr.reactjs.org/docs/testing.html
Katkı Sağlamakhttps://tr.reactjs.org/docs/how-to-contribute.html
Sıkça Sorulan Sorularhttps://tr.reactjs.org/docs/faq-ajax.html
GitHubhttps://github.com/facebook/react
Stack Overflowhttps://stackoverflow.com/questions/tagged/reactjs
Discussion Forumshttps://reactjs.org/community/support.html#popular-discussion-forums
Reactiflux Chathttps://discord.gg/reactiflux
DEV Communityhttps://dev.to/t/react
Facebookhttps://www.facebook.com/react
Twitterhttps://twitter.com/reactjs
Code of Conducthttps://github.com/facebook/react/blob/main/CODE_OF_CONDUCT.md
Topluluk Kaynaklarıhttps://tr.reactjs.org/community/support.html
Öğreticihttps://tr.reactjs.org/tutorial/tutorial.html
Bloghttps://tr.reactjs.org/blog
Katkıda Bulunanlarhttps://tr.reactjs.org/acknowledgements.html
React Nativehttps://reactnative.dev/
Privacyhttps://opensource.facebook.com/legal/privacy
Termshttps://opensource.facebook.com/legal/terms
https://opensource.facebook.com/projects/

Viewport: width=device-width, initial-scale=1.0


URLs of crawlers that visited me.