From 9f16b6364597db0f080498d48cc15ffe75efc8b5 Mon Sep 17 00:00:00 2001 From: Nathan Jones Date: Mon, 14 Mar 2016 16:55:34 -0600 Subject: [PATCH] Added Redux category and Getting Started with Redux free video course. --- javascript-frameworks-resources.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/javascript-frameworks-resources.md b/javascript-frameworks-resources.md index 9804a70e..332ec404 100644 --- a/javascript-frameworks-resources.md +++ b/javascript-frameworks-resources.md @@ -127,3 +127,6 @@ * [React.js tutorial - Creating components](http://ghost.stevenisekimart.in/react-js-tutorial-creating-components) * [React.js Tutorial: Now is Your Time to Try It, Right in Your Browser](https://codegeekz.com/react-js-tutorial/) * [SurviveJS - Webpack and React](http://survivejs.com) + +### Redux +* [Getting Started with Redux](https://egghead.io/series/getting-started-with-redux) -- GitLab