|
@@ -0,0 +1,7 @@
|
|
|
+# Other recources found for Redux
|
|
|
+* [Code organization for Redux Projects](https://jaysoo.ca/2016/02/28/applying-code-organization-rules-to-concrete-redux-code/)
|
|
|
+ - [Build selectors for components](https://github.com/reactjs/reselect)
|
|
|
+* [Redux-saga](https://github.com/redux-saga/redux-saga)
|
|
|
+ - [Javascript Generators](http://gajus.com/blog/2/the-definitive-guide-to-the-javascript-generators)
|
|
|
+* [Redux Middleware](http://redux.js.org/docs/advanced/Middleware.html)
|
|
|
+
|