diff --git a/content/docs/hooks-intro.md b/content/docs/hooks-intro.md index 8515c7e2d..0d66a44dd 100644 --- a/content/docs/hooks-intro.md +++ b/content/docs/hooks-intro.md @@ -33,6 +33,8 @@ This new function `useState` is the first "Hook" we'll learn about, but this exa 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