Skip to content

Commit d4004b9

Browse files
committed
translate translate react compiler page
1 parent 05082af commit d4004b9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/content/learn/react-compiler.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ React Compiler, React kurallarının ne zaman bozulduğunu statik olarak tespit
5555
Kod tabanınız zaten çok iyi ezberlenmişse, derleyici ile büyük performans iyileştirmeleri görmeyi beklemeyebilirsiniz. Ancak, pratikte performans sorunlarına neden olan doğru bağımlılıkları elle not etmek zordur.
5656

5757
<DeepDive>
58-
#### What kind of memoization does React Compiler add? {/*what-kind-of-memoization-does-react-compiler-add*/}
58+
#### React Compiler ne tür notlar ekliyor? {/*what-kind-of-memoization-does-react-compiler-add*/}
5959

60-
The initial release of React Compiler is primarily focused on **improving update performance** (re-rendering existing components), so it focuses on these two use cases:
60+
React Compiler'ın ilk sürümü öncelikle **güncelleme performansını iyileştirmeye** (mevcut bileşenleri yeniden oluşturma) odaklanmıştır, bu nedenle şu iki kullanım durumuna odaklanmaktadır:
6161

6262
1. **Skipping cascading re-rendering of components**
6363
* Re-rendering `<Parent />` causes many components in its component tree to re-render, even though only `<Parent />` has changed

0 commit comments

Comments
 (0)