📄️ Bileşen
React bileşenleri, sınıflar yerine fonksiyonlar olarak tanımlanabilen temel yapı taşlarıdır. Bu belgede, bileşenlerin özellikleri ve yaşam döngüsü yöntemleri hakkında bilgi bulacaksınız.
📄️ act
act is a helper for applying pending React updates, allowing you to perform necessary actions before making assertions. This guide explains its usage in UI testing effectively.
📄️ createContext
This document provides an overview of the createContext function in React, explaining its parameters, returns, and usage in components.
📄️ Yerleşik React Kancaları
Bu belge, Reactteki tüm yerleşik kancaların listesini sunarak bu güçlü özelliklerin nasıl kullanılacağını açıklamaktadır.
📄️ React Referans Genel Bakış
Bu bölüm, React ile çalışma için ayrıntılı referans belgeleri sunmaktadır. Reacta giriş için, lütfen Öğren bölümüne göz atın.
📄️ Çocuklar
Reactta children propunun nasıl kullanılacağını ve Children APIsinin işlevlerini öğrenin. Çocukları sayma, dönüştürme ve yönetme örneklerine göz atın.
📄️ Kullanımı
bileşeni, React uygulamalarında birden fazla elemanı sarmalayıcı bir düğüm olmadan gruplamak için kullanılır. Bu belge, in kullanımını ve farklı özelliklerini açıklamaktadır.
📄️ Profiler
The component allows you to measure rendering performance programmatically. Learn how to use it effectively in your React applications.
📄️ PureComponent
PureComponent is a specialized component that prevents unnecessary re-renders in React. This guide covers its usage and migration strategies for functional components.
📄️ StrictMode
Learn how to utilize StrictMode in React to identify common errors during development and improve your components reliability.
📄️ React Suspense Component Overview
The component allows you to display a fallback UI while loading child components. This document covers its props, usage, and caveats.
📄️ Reactte Yerleşik APIler
Bu sayfa, Reactin modern APIlerini tanıtmaktadır. Birçok faydalı fonksiyon ve yöntem hakkında genel bilgiler içerir.
📄️ önbellek
Bu belge, React etrafında önbellek fonksiyonunun nasıl kullanılacağını açıklar. Verimliliğini artırmak için önbelleğe alma yöntemine dair rehberlik sağlar.
📄️ cloneElement
cloneElement allows the creation of a new React element from an existing element. Learn its usage, parameters, and best practices.
📄️ Yerleşik React Bileşenleri
Bu bölüm, Reactın sunduğu yerleşik bileşenler hakkında bilgi verir. JSX içinde bu bileşenlerin nasıl kullanılabileceğini keşfedin.
📄️ createElement
The createElement function allows you to create a React element. This serves as an alternative to writing with JSX. Learn how to use it effectively in your React applications.
📄️ createFactory
createFactory function allows for the creation of factory functions that generate React elements of a specific type. This document outlines its usage, parameters, returns, and alternatives.
📄️ createRef
createRef is used to create a reference object that can hold a random value, typically used in class components. This documentation covers its usage, parameters, and alternatives.
📄️ experimental_taintObjectReference
Bu API, belirli bir nesne örneğinin bir Client Bileşenine geçirilmesini önler. Deneysel sürümler hatalar içerebilir, dikkatli kullanılmalıdır.
📄️ deneysel_taintUniqueValue
Bu API, Reactın deneysel sürümünde bulunan taintUniqueValue fonksiyonunu tanıtır. Kişisel anahtarlar gibi benzersiz verilerin Client Bileşenlerine geçmesini önler.
📄️ experimental_useEffectEvent
This document discusses the experimental useEffectEvent API in React, highlighting its usage and experimental nature. It provides installation instructions for the experimental packages and usage examples.
📄️ forwardRef
forwardRef allows your component to expose its DOM node to its parent component. This guide covers usage, parameters, returns, and caveats.
📄️ isValidElement
The isValidElement function checks if a value is a React element. Its essential for ensuring that your components receive valid elements where expected.
📄️ lazy
The lazy component allows you to delay loading until the component is rendered for the first time. This section covers its usage and parameters.
📄️ Eski React APIleri
Bu makale, eski React APIleri hakkında bilgi verir ve alternatiflerini önerir. Kullanımdan kaldırılmış APIleri ve mevcut alternatifleri inceleyin.
📄️ memo
This page describes the memo component in React, its usage, parameters, returns, and various optimization techniques.
📄️ startTransition
This page provides insights into the startTransition function, its parameters, and usage within React applications. It highlights best practices and considerations for effective state management.
📄️ kullan
Reactin use APIsinin kullanımı, özellikleri ve potansiyel hatalar hakkında ayrıntılı bilgi.
📄️ useActionState
The useActionState hook allows you to update the state based on the outcome of a form action in React applications.
📄️ useCallback
Learn how to optimize performance in React components using the useCallback Hook. This guide explains its functionality, parameters, and common use cases.
📄️ useContext
useContext is a React Hook for reading and subscribing to context from a component. This guide explains its usage, parameters, and return values.
📄️ useDebugValue
useDebugValue is a React Hook that allows you to add a label to your custom hooks, making debugging easier in React DevTools.
📄️ useDeferredValue
Discover how the useDeferredValue hook helps in deferring UI updates in React to improve performance and user experience.
📄️ useEffect
The useEffect Hook allows you to synchronize a component with an external system. This page covers the usage and best practices for useEffect in React.
📄️ useId
The useId hook in React generates unique IDs that can be passed to accessibility attributes. This guide explains its usage, benefits, and important considerations.
📄️ useImperativeHandle
useImperativeHandle is a React Hook that allows you to customize the handle displayed as a ref. This guide provides clear examples and usage scenarios to enhance your understanding.
📄️ useInsertionEffect
The useInsertionEffect hook allows styles to be injected before any layout effects are triggered, making it essential for CSS-in-JS library authors. This documentation explains its usage, parameters, and caveats.
📄️ useLayoutEffect
useLayoutEffect is a hook that runs synchronously after all DOM mutations. Its useful for measuring layout before the browser repaints.
📄️ useMemo
useMemo is a React Hook that allows caching a calculations result between renders. Learn how to effectively use it to optimize your components.
📄️ useOptimistic
useOptimistic, kullanıcı arayüzünü iyimser bir şekilde güncellemenizi sağlayan bir React Kancasıdır. Kullanıcı etkileşimlerinin daha hızlı hissettirilmesine yardımcı olur.
📄️ useReducer
useReducer, bir bileşeninize bir reducer eklemenizi sağlayan bir React Hookudur. Bu belge, useReducerın nasıl çalıştığını ve kullanıldığını açıklar.
📄️ useRef
Use the useRef hook in React to maintain a mutable reference that does not trigger re-renders. This guide covers usage, caveats, practical examples, and pitfalls.
📄️ useState
The useState hook in React allows you to add state variables to your components. Learn how to define state variables and update them effectively.
📄️ useSyncExternalStore
useSyncExternalStore allows you to subscribe to an external store in React components, ensuring proper state management. This guide will explain its usage, parameters, and additional considerations.
📄️ useTransition
The useTransition React Hook allows you to update the state without blocking the UI. Learn how to use it effectively to ensure a responsive user interface during updates.