add folder react-hooks and add file index.md (#33123)

* add folder react-hooks and add file index.md 

introduction of react hooks

* Update index.md
This commit is contained in:
Martin Jham
2018-11-06 00:43:42 +07:00
committed by Paul Gamble
parent f55b1c6146
commit 7530f3dbfc

View File

@ -0,0 +1,11 @@
---
title: React Hooks
---
### React Hooks
Hooks are a new feature proposal that lets you use state and other react features without writing a class. They're currently in React v16.7.0-alpha.
### More Information:
[Introducing Hooks](https://reactjs.org/docs/hooks-intro.html)