From cdbe453f4bdf10922a39cdecc22140b5a60972c2 Mon Sep 17 00:00:00 2001 From: Mark Erikson Date: Wed, 8 May 2019 13:32:55 -0700 Subject: [PATCH] Update react-hooks.md --- react-hooks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/react-hooks.md b/react-hooks.md index 69a2b2d..4dd0901 100644 --- a/react-hooks.md +++ b/react-hooks.md @@ -5,7 +5,7 @@ #### Official Resources -- **React Docs: Hooks (Proposal)** +- **React Docs: Hook** https://reactjs.org/docs/hooks-intro.html The main resource for learning hooks. Includes an intro with motivation, tutorials on `useState` and `useEffect`, discussion of custom hooks, the full hooks API reference, and an in-depth FAQ. **Read the hooks docs first before looking at anything else!**