From 7e481cd3c4fbc49c26d5a39bf26f60b7046d57d4 Mon Sep 17 00:00:00 2001 From: Eric Bishard Date: Wed, 2 Oct 2019 11:43:42 -0700 Subject: [PATCH] Add React Hooks article to community/articles (#2388) * add react hooks article by Amelia W * Update community article description --- content/community/articles.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/community/articles.md b/content/community/articles.md index 3558dde3..ae79e6b7 100644 --- a/content/community/articles.md +++ b/content/community/articles.md @@ -15,3 +15,4 @@ permalink: community/articles.html - [Visual Guide to State in React](https://daveceddia.com/visual-guide-to-state-in-react/) - Dave Ceddia's visual guide to React state. - [The Hands-On Guide to Learning React Hooks](https://www.telerik.com/kendo-react-ui/react-hooks-guide/) - Eric Bishard's step-by-step guide to learning React Hooks. - [How to Use the React Profiler Component to Measure Render Performance](https://medium.com/@adamhenson/how-to-use-the-react-profiler-component-to-measure-performance-improvements-from-hooks-d43b7092d7a8) - Adam Henson's article exemplifying a use case for ``. +- [Thinking in React Hooks](https://wattenberger.com/blog/react-hooks) - Amelia Wattenberger's provides visualizations and highlighting the mindset change needed switching from classes to functional components + hooks.