From 6be73041aa8d503e3669ed27d74a2c8bacee9194 Mon Sep 17 00:00:00 2001 From: Eric Bishard Date: Sun, 11 Aug 2019 23:53:09 -0700 Subject: [PATCH] Update article.md (#2195) Add resource/guide to learning React Hooks. An article inspired by the ReactJS.org documentation. --- content/community/articles.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/community/articles.md b/content/community/articles.md index a18335975..b5a7bc0f5 100644 --- a/content/community/articles.md +++ b/content/community/articles.md @@ -13,3 +13,4 @@ permalink: community/articles.html - [Timeline for Learning React](https://daveceddia.com/timeline-for-learning-react/) - Dave Ceddia's recommended timeline for learning React and the React ecosystem. - [Simple React Development in 2017](https://hackernoon.com/simple-react-development-in-2017-113bd563691f) - Joshua Comeau's guide to showcase how easy it can be to start modern React development. - [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/)