Add some spacing because it looks weird on website

This commit is contained in:
Dan Abramov
2018-10-29 17:33:47 -07:00
committed by GitHub
parent 7e964ef8bf
commit 3c46595136

View File

@@ -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:
<br>
<iframe width="650" height="366" src="//www.youtube.com/embed/dpw9EHDh2bM" frameborder="0" allowfullscreen></iframe>
## No Breaking Changes