Prechádzať zdrojové kódy

Started new documents for React and Redux for other sources.

Tomi Cvetic 8 rokov pred
rodič
commit
6290595bc8

+ 7 - 0
LearnRedux/OtherResources.md

@@ -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)
+

+ 4 - 0
ReactForBeginners/OtherResources.md

@@ -0,0 +1,4 @@
+# Other React resources
+* [D3 integration for React](http://www.reactd3.org/docs/)
+  - [D3 project](https://d3js.org/)
+