Uh oh!
There was an error while loading. Please reload this page.
Translate Glossary to Indonesian - #36
Conversation
Deploy preview for idreactjs ready! Built with commit d72271c |
regalius
left a comment
There was a problem hiding this comment.
Hi @hilalarsa Thank you for the contribution! 🎉 , So sorry I hadn't been able to review your PR this past week, there's several typo and diction that needs to be fixed (also needed your opinion regarding some of the diction). After that i think it's LGTM! 🎉
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Deploy preview for id-reactjs ready! Built with commit d72271c |
| ## Bundler {#bundlers} | ||
| Bundlers take JavaScript and CSS code written as separate modules (often hundreds of them), and combine them together into a few files better optimized for the browsers. Some bundlers commonly used in React applications include [Webpack](https://webpack.js.org/) and [Browserify](http://browserify.org/). | ||
| _Bundler_ menggunakan kode JavaScript dan CSS yang ditulis di modul terpisah, dan menggabungkannya menjadi beberapa file yang lebih optimal untuk dijalankan oleh peramban. _Bundler_ yang sering digunakan React meliputi [Webpack](https://webpack.js.org/) dan [Browserify](http://browserify.org/) |
There was a problem hiding this comment.
Browser need to translate to peramban?
There was a problem hiding this comment.
Other docs doesn't change browser to peramban. Here are some references from the master branch:
| ## [Controlled](/docs/forms.html#controlled-components) vs. [Uncontrolled Components](/docs/uncontrolled-components.html) | ||
| React has two different approaches to dealing with form inputs. | ||
| React memiliki dua pendekatan berbeda untuk mengatur masukan formulir. |
There was a problem hiding this comment.
Is that necessary to translate form into formulir?
There was a problem hiding this comment.
| React memiliki dua pendekatan berbeda untuk mengatur masukan formulir. | |
| React memiliki dua pendekatan berbeda untuk mengatur inputan form. |
Maybe this?
| ## Bundler {#bundlers} | ||
| Bundlers take JavaScript and CSS code written as separate modules (often hundreds of them), and combine them together into a few files better optimized for the browsers. Some bundlers commonly used in React applications include [Webpack](https://webpack.js.org/) and [Browserify](http://browserify.org/). | ||
| _Bundler_ menggunakan kode JavaScript dan CSS yang ditulis di modul terpisah, dan menggabungkannya menjadi beberapa file yang lebih optimal untuk dijalankan oleh peramban. _Bundler_ yang sering digunakan React meliputi [Webpack](https://webpack.js.org/) dan [Browserify](http://browserify.org/) |
There was a problem hiding this comment.
Other docs doesn't change browser to peramban. Here are some references from the master branch:
| Bundler menggunakan kode JavaScript dan CSS yang ditulis di modul terpisah, dan menggabungkannya menjadi beberapa file yang lebih optimal untuk dijalankan oleh peramban. Bundler yang sering digunakan React meliputi [Webpack](https://webpack.js.org/) dan [Browserify](http://browserify.org/) | ||
| ## Package Managers {#package-managers} | ||
| ## Manajer Paket {#package-managers} |
| ## [Controlled](/docs/forms.html#controlled-components) vs. [Uncontrolled Components](/docs/uncontrolled-components.html) | ||
| React has two different approaches to dealing with form inputs. | ||
| React memiliki dua pendekatan berbeda untuk mengatur masukan formulir. |
Thanks for giving me chance to contribute and translate the page.