From 41757f144daef5feb22687f33ec0b9ab250d0259 Mon Sep 17 00:00:00 2001 From: Ravi Prakash Date: Fri, 11 Oct 2019 02:40:18 +0530 Subject: [PATCH] Added a new resource (#2419) --- content/community/articles.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/community/articles.md b/content/community/articles.md index ae79e6b72..6424b3b22 100644 --- a/content/community/articles.md +++ b/content/community/articles.md @@ -16,3 +16,4 @@ permalink: community/articles.html - [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. +- [React/Redux Links](https://github.com/markerikson/react-redux-links) - Curated tutorial and resource links by Mark Erikson collected on React, Redux, ES6, and more. Very helpful for all kind of developers because of it's categorised content.