From 768123612ef2b99965568e3b8058ca94fe482549 Mon Sep 17 00:00:00 2001 From: Martin Jham Date: Sat, 17 Aug 2019 01:52:44 +0700 Subject: [PATCH] add folder react-hooks (#33133) * add folder react-hooks introduction of react hooks * Update index.md * Update index.md --- guide/portuguese/react/react-hooks/index.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 guide/portuguese/react/react-hooks/index.md diff --git a/guide/portuguese/react/react-hooks/index.md b/guide/portuguese/react/react-hooks/index.md new file mode 100644 index 0000000000..4ff314a4ee --- /dev/null +++ b/guide/portuguese/react/react-hooks/index.md @@ -0,0 +1,13 @@ +--- +title: React Hooks +localeTitle: React Hooks (Ganchos reativos) +--- + +### React Hooks (Ganchos reativos) + +Ganchos é uma nova sentença de recurso que permite usar o estado e outras funções de resposta sem escrever uma classe. Eles estão atualmente no modo React v16.7.0-alpha. + + +### Informação adicional: + +[https://reactjs.org/docs/hooks-intro.html] (Intro Hooks)