Skip to content

Commit fdefb9f

Browse files
committed
translate translate react compiler page
1 parent 5370e04 commit fdefb9f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/content/learn/react-compiler.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ export default [
149149
]
150150
```
151151

152-
Or, in the deprecated eslintrc config format:
152+
Ya da kullanımdan kaldırılmış eslintrc yapılandırma biçiminde:
153153

154154
```js
155155
module.exports = {
@@ -162,10 +162,10 @@ module.exports = {
162162
}
163163
```
164164

165-
The ESLint plugin will display any violations of the rules of React in your editor. When it does this, it means that the compiler has skipped over optimizing that component or hook. This is perfectly okay, and the compiler can recover and continue optimizing other components in your codebase.
165+
ESLint eklentisi, editörünüzde React kurallarının herhangi bir ihlalini gösterecektir. Bunu yaptığında, derleyicinin o bileşeni veya hook'u optimize etmeyi atladığı anlamına gelir. Bu tamamen normaldir ve derleyici kod tabanınızdaki diğer bileşenleri kurtarabilir ve optimize etmeye devam edebilir.
166166

167167
<Note>
168-
**You don't have to fix all ESLint violations straight away.** You can address them at your own pace to increase the amount of components and hooks being optimized, but it is not required to fix everything before you can use the compiler.
168+
**Tüm ESLint ihlallerini hemen düzeltmek zorunda değilsiniz.** Optimize edilen bileşen ve hook miktarını artırmak için bunları kendi hızınızda ele alabilirsiniz, ancak derleyiciyi kullanmadan önce her şeyi düzeltmeniz gerekmez.
169169
</Note>
170170

171171
### Rolling out the compiler to your codebase {/*using-the-compiler-effectively*/}

0 commit comments

Comments
 (0)