From 3c46595136c7e99fadf413a9e38ffa75fbc0dd31 Mon Sep 17 00:00:00 2001 From: Dan Abramov Date: Mon, 29 Oct 2018 17:33:47 -0700 Subject: [PATCH] Add some spacing because it looks weird on website --- content/docs/hooks-intro.md | 2 ++ 1 file changed, 2 insertions(+) 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