From ff0866a6d38b4ddd2c750a55569b23d148c9b8e0 Mon Sep 17 00:00:00 2001 From: Boris Dinkevich Date: Thu, 18 Jan 2018 17:12:03 +0200 Subject: [PATCH] Added JavaScript/Redux (#2688) * Added JavaScript/Redux 1. Added new section to JavaScript (Redux) 2. Add the "The Complete Redux Book" to the list * add required spaces, add account required notation --- free-programming-books.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/free-programming-books.md b/free-programming-books.md index bafa5a9a2..40ff1364f 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -78,6 +78,7 @@ * [Javascript frameworks](#javascript-frameworks) * [Node.js](#nodejs) * [React.js](#reactjs) + * [Redux](#redux) * [Jenkins](#jenkins) * [Julia](#julia) * [Language Agnostic](#language-agnostic) @@ -1457,6 +1458,11 @@ For resources on Angular, Backbone, D3, Dojo, Ember, Express, jQuery, Knockout, * [The Road to learn React - Build a Hacker News App along the Way](https://leanpub.com/the-road-to-learn-react), [Open Source](https://github.com/rwieruch/the-road-to-learn-react) +#### Redux + +* [The Complete Redux Book](https://leanpub.com/redux-book) - Boris Dinkevich and Ilya Gelman *(Leanpub Account Required)* + + ### Jenkins * [Jenkins: The Definitive Guide](http://www.bogotobogo.com/DevOps/Jenkins/images/Intro_install/jenkins-the-definitive-guide.pdf) (PDF)