Skip to content

Commit 742caf5

Browse files
committed
translate translate react compiler page
1 parent 6c52bc3 commit 742caf5

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

src/content/learn/react-compiler.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -183,21 +183,21 @@ const ReactCompilerConfig = {
183183
};
184184
```
185185

186-
When you have more confidence with rolling out the compiler, you can expand coverage to other directories as well and slowly roll it out to your whole app.
186+
Derleyiciyi yayma konusunda kendinize daha fazla güvendiğinizde, kapsamı diğer dizinlere de genişletebilir ve yavaş yavaş tüm uygulamanıza yayabilirsiniz.
187187

188-
#### New projects {/*new-projects*/}
188+
#### Yeni projeler {/*new-projects*/}
189189

190-
If you're starting a new project, you can enable the compiler on your entire codebase, which is the default behavior.
190+
Yeni bir proje başlatıyorsanız, varsayılan davranış olan kod tabanınızın tamamında derleyiciyi etkinleştirebilirsiniz.
191191

192-
### Using React Compiler with React 17 or 18 {/*using-react-compiler-with-react-17-or-18*/}
192+
### React CompilerReact 17 veya 18 ile Kullanma {/*using-react-compiler-with-react-17-or-18*/}
193193

194-
React Compiler works best with React 19 RC. If you are unable to upgrade, you can install the extra `react-compiler-runtime` package which will allow the compiled code to run on versions prior to 19. However, note that the minimum supported version is 17.
194+
React Compiler en iyi React 19 RC ile çalışır. Yükseltme yapamıyorsanız, derlenen kodun 19'dan önceki sürümlerde çalışmasına izin verecek ekstra `react-compiler-runtime` paketini yükleyebilirsiniz. Ancak, desteklenen minimum sürümün 17 olduğunu unutmayın.
195195

196196
<TerminalBlock>
197197
npm install react-compiler-runtime@beta
198198
</TerminalBlock>
199199

200-
You should also add the correct `target` to your compiler config, where `target` is the major version of React you are targeting:
200+
Ayrıca derleyici yapılandırmanıza doğru `target`ı eklemelisiniz, burada `target` hedeflediğiniz React'in ana sürümüdür:
201201

202202
```js {3}
203203
// babel.config.js

0 commit comments

Comments
 (0)