add folder react-hooks (#33133)

* add folder react-hooks

introduction of react hooks

* Update index.md

* Update index.md
This commit is contained in:
Martin Jham
2019-08-17 01:52:44 +07:00
committed by Randell Dawson
parent bcdf8dad94
commit 768123612e

View File

@@ -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)