|
| 1 | +# Redux Reference |
| 2 | + |
| 3 | + |
| 4 | +- [2017-Advanced Redux Entity Normalization](https://parg.co/bht): At Grovo we have been using an abstract structure we’ve taken to calling Key Windows. |
| 5 | +- [2017-Learn Redux by coding a Mini-Redux](http://blog.jakoblind.no/2017/03/13/learn-redux-by-coding-a-mini-redux/): A different learning strategy is to code a simple Redux yourself to develop a deeper understanding of the fundamental principles of the library. |
| 6 | +- [Understanding Redux](https://medium.com/front-end-hacking/understanding-redux-69798b1f8469#.l6u9zaavw) |
| 7 | +- [From Zero to Redux in 3 Minutes A simplified guide to using Redux in a React application.](https://medium.com/@christiannaths/from-zero-to-redux-8db779b6ed01#.1j80ztr5q) |
| 8 | + |
| 9 | +- [The difference between Flux and Redux](https://edgecoders.com/the-difference-between-flux-and-redux-71d31b118c1#.m1ho9k2jt) |
| 10 | +- [Immutability in JavaScript using Redux](https://www.toptal.com/javascript/immutability-in-javascript-using-redux) |
| 11 | +- [React and Redux Sagas Authentication App Tutorial](http://start.jcolemorrison.com/react-and-redux-sagas-authentication-app-tutorial/) |
| 12 | +- [Redux 4 Ways](https://medium.com/react-native-training/redux-4-ways-95a130da0cdc#.xpa7z9ufe):Implementations of Thunk vs Saga vs Observable vs Redux Promise Middleware in 10 minutes. |
| 13 | + |
| 14 | +- [Dissecting Twitter’s Redux Store](https://medium.com/statuscode/dissecting-twitters-redux-store-d7280b62c6b1#.wu5trgupx): |
| 15 | +- [How to use Redux on highly scalable javascript applications? ](http://6me.us/zue4re): Redux composition and encapsulation at large scale. Building a large scale application can be problematic, and as it grows it becomes more and more challenging and crucial to keep the structure organized. Redux provides great benefits from having a global application state, but on the other hand it can become messed up easily and break your app. |
| 16 | + |
| 17 | +- [2017-Idiomatic Redux: The Tao of Redux【Series】](http://blog.isquaredsoftware.com/2017/05/idiomatic-redux-tao-of-redux-part-1/): Thoughts on what Redux requires, how Redux is intended to be used, and what is possible with Redux. [Part 1 - Implementation and Intent](http://blog.isquaredsoftware.com/2017/05/idiomatic-redux-tao-of-redux-part-1/) |
| 18 | + |
| 19 | +# Tutorial |
| 20 | + |
| 21 | +- [How To Manage UI State With Redux](https://codeburst.io/how-to-manage-ui-state-with-redux-24deb6cf0d57): Questions regarding how to handle UI state are asked continuously on development boards, so I’d like to share with you how I maintain it. It’s a best practice that has improved the management of my applications. |
| 22 | + |
| 23 | +## Book |
| 24 | +- [2016-Developing a Redux Edge【Book】](https://parg.co/b4L): This 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. |
| 25 | + |
| 26 | +# Async Action |
| 27 | + |
| 28 | + |
| 29 | + |
0 commit comments