From 7530f3dbfc45ac5d1bba59774cc72bcdf4f66d0c Mon Sep 17 00:00:00 2001 From: Martin Jham Date: Tue, 6 Nov 2018 00:43:42 +0700 Subject: [PATCH] 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 --- guide/english/react/react-hooks/index.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 guide/english/react/react-hooks/index.md diff --git a/guide/english/react/react-hooks/index.md b/guide/english/react/react-hooks/index.md new file mode 100644 index 0000000000..71a2aa0dab --- /dev/null +++ b/guide/english/react/react-hooks/index.md @@ -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)