From 7e964ef8bf8304e3d2a2cbd2e85439ec31218929 Mon Sep 17 00:00:00 2001 From: Sophie Alpert Date: Mon, 29 Oct 2018 15:42:28 -0700 Subject: [PATCH] Add Hooks video --- content/docs/hooks-intro.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/content/docs/hooks-intro.md b/content/docs/hooks-intro.md index 352a6062..8515c7e2 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: