Skip to content

Commit

Permalink
Update src/content/learn/react-compiler.md
Browse files Browse the repository at this point in the history
Co-authored-by: Resi Respati <[email protected]>
  • Loading branch information
junkevin88 and resir014 authored Sep 14, 2024
1 parent 3c60fc1 commit 59ad41e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/learn/react-compiler.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ React Compiler assumes that your code:

Kompilator React dapat memverifikasi banyak Aturan React secara statis, dan akan melewati kompilasi dengan aman ketika mendeteksi eror. Untuk melihat eror, kami juga merekomendasikan menginstal [eslint-plugin-react-compiler](https://www.npmjs.com/package/eslint-plugin-react-compiler).

### Haruskah Saya mencoba kompilator? {/*should-i-try-out-the-compiler*/}
### Haruskah saya mencoba kompilator? {/*should-i-try-out-the-compiler*/}

Harap dicatat bahwa kompilator ini masih eksperimental dan memiliki beberapa kekurangan. Meskipun telah digunakan di produksi oleh perusahaan seperti Meta, mengimplementasikan kompilator ke produksi untuk aplikasi Anda akan bergantung pada keadaan kode Anda dan sejauh mana Anda mengikuti [Aturan React](/reference/rules).

Expand Down

0 comments on commit 59ad41e

Please sign in to comment.