Redux : Resources Range about Redux

Even if like Romain says, Too much tutorial kills tutorial, Here is a nice list of tutorial and resources about Redux.

Everyone can take away what he needs. Feel free via the comments to notify us other resources and why not yours ?
What is Redux? (source : redux.js.org)
Redux is a predictable state container for JavaScript apps.
It helps you write applications that behave consistently, run in different environments (client, server, and native), and are easy to test. On top of that, it provides a great developer experience, such as live code editing combined with a time traveling debugger.
You can use Redux together with React, or with any other view library.
It is tiny (2kB, including dependencies).
http://redux.js.org/
Books about Redux (Most of redux books are in progress at this time) :
redux_book_1

The Complete Redux Book (in progress)
Everything you need to build real projects with Redux
How do I manage a large state in production? Why do I need store enhancers? How do I test middleware?
Get the answers to all these questions and many more using simple terms and sample code. Learn everything you need to use Redux to build complex and production-ready web applications.
https://leanpub.com/redux-book

redux_book_2Building React.js Applications With Redux  – Available on March 2017
By David Geary (Auteur)https://www.amazon.fr/Building-React-js-Applications-Redux-David/dp/013468138X
book-redux_3This book is for anyone wanting to learn about Redux, a predictable state container for JavaScript apps. It is aimed at intermediate developers who have a good understanding of creating single page applications with JavaScript. Having an understanding of ES6, functional programming, and React will certainly help too, but isn’t necessary. If you want to follow along with the examples you should also know your way around a terminal, and know what Node and npm are, as well as having them installed and ready to use.
https://www.amazon.fr/Developing-Redux-English-Johannes-Lumpe-ebook/dp/B01KL5RJHU/
book-redux_4Significantly revised and new code along edition. Learn React with 50+ reusable custom components. Apply JavaScript ES6. React Hot Loading. React Router. Redux. PostCSS, FlexBox styling. Firebase database. Webpack packaging. Enzyme, Mocha, Chai BDD testing. ESLint and StyleLint. Browsersync.
https://www.amazon.fr/React-Speed-Coding-Webpack-Flexbox-ebook/dp/B01GLC0Z5K
An Introduction To Redux By Alex Bachuk Redux is one of the hottest libraries in front-end development these days. However, many people are confused about what it is and what its benefits are.
https://www.smashingmagazine.com/2016/06/an-introduction-to-redux/
10 Tips for Better Redux Architecture (from Eric Elliott) The following are tips that will help you build better Redux apps. If you use Redux correctly, you’re going to get major benefits:

  • Eliminate timing dependency bugs
  • Enable deterministic view renders
  • Enable deterministic state reproduction
  • Enable easy undo/redo features
  • Simplify debugging
  • Become a time traveler

But for any of that to work, you have to remember some rules:

  • Reducers must be pure functions
  • Reducers must be the single source of truth for their state
  • Reducer state should always be serializable
  • Reducer state should not contain functions

Also keep in mind:

  • Some Apps don’t need Redux
  • Use constants for action types
  • Use action creators to decouple action logic from dispatch callers
  • Use ES6 parameter defaults for self-describing signatures
  • Use selectors for calculated state and decoupling
  • Always use TDD!

read more at https://medium.com/javascript-scene/10-tips-for-better-redux-architecture-69250425af44
Learn Redux from its creator: Getting Started with Redux 30 free videos about Redux
https://egghead.io/courses/getting-started-with-redux
Getting Started with React, Redux and Immutable: a Test-Driven Tutorial (by  Nicolas Goutay) What follows is 2 parts tutorial that will hopefully guide you to the principles of the Redux way of doing things©. It is purposefully limited in scope (it’s client-side only, so no isomorphism; a quite simplistic app) in order to keep it somewhat concise. If you want to dig further, I can only recommend the tutorial mentioned above. A companion GitHub repo is available here, which follows the steps to the final app and has a copy of this article. If you have any questions/suggestions on the code and/or the turorial, please leave a comment or – better yet, open a Pull Request!

A comprehensive react-redux tutorial Continuing the series of React-related articles, we’ll try to make a comprehensive tutorial to the redux framework and its integrations with React, using the react-redux library. Redux can be used as an alternative to Flux (which we discussed in a previous article) to orchestrate the message passing between ui/components/data.
This tutorial will also produce as a result an opinionated (my opinion) boilerplate project for creating react-redux Single Page Applications. I have used Django as the back end however you could use any server-side framework you like, Django is only used for implementing a bunch of REST APIs through django-rest-framework. You may replace it with any other REST framework you like.
https://spapas.github.io/2016/03/02/react-redux-tutorial/
 
See you soon for a next resume about Ember.js
Sébastien, @JS-Republic
More articles about Resources and tutorials :

 
[separator type=”” size=”” icon=”star”] [actionbox color=”default” title=”” description=”JS-REPUBLIC est une société de services spécialisée dans le développement JavaScript. Nous sommes centre de formation agréé. Retrouvez toutes nos formations techniques sur notre site partenaire dédié au Training” btn_label=”Nos formations” btn_link=”http://training.ux-republic.com” btn_color=”primary” btn_size=”big” btn_icon=”star” btn_external=”1″]