diff --git a/content/docs/hooks-intro.md b/content/docs/hooks-intro.md index 352a60622..8515c7e2d 100644 --- a/content/docs/hooks-intro.md +++ b/content/docs/hooks-intro.md @@ -29,6 +29,12 @@ This new function `useState` is the first "Hook" we'll learn about, but this exa **You can start learning Hooks [on the next page](/docs/hooks-overview.html).** On this page, we'll continue by explaining why we're adding Hooks to React and how they can help you write great applications. +## Video Introduction + +At React Conf 2018, Sophie Alpert and Dan Abramov introduced Hooks, followed by Ryan Florence demonstrating how to refactor an application to use them. Watch the video here: + + + ## No Breaking Changes Before we continue, note that Hooks are: