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)