diff --git a/content/docs/faq-build.md b/content/docs/faq-build.md index e80e16160..d2868ac99 100644 --- a/content/docs/faq-build.md +++ b/content/docs/faq-build.md @@ -1,6 +1,6 @@ --- id: faq-build -title: Babel, JSX, và từng bước xây dựng +title: Babel, JSX, và các bước xây dựng permalink: docs/faq-build.html layout: docs category: FAQ diff --git a/content/docs/faq-functions.md b/content/docs/faq-functions.md index f03b2ba76..f252c2d44 100644 --- a/content/docs/faq-functions.md +++ b/content/docs/faq-functions.md @@ -1,26 +1,26 @@ --- id: faq-functions -title: Passing Functions to Components +title: Truyền Functions cho Component permalink: docs/faq-functions.html layout: docs category: FAQ --- -### How do I pass an event handler (like onClick) to a component? {#how-do-i-pass-an-event-handler-like-onclick-to-a-component} +### Làm thế nào tôi truyền một sự kiện (như onClick) cho một component?{#how-do-i-pass-an-event-handler-like-onclick-to-a-component} -Pass event handlers and other functions as props to child components: +Truyền một sự kiện xử lý và một function khác như là một props cho component con: ```jsx