소스 검색

Started new documents for React and Redux for other sources.

Tomi Cvetic 8 년 전
부모
커밋
6290595bc8
2개의 변경된 파일11개의 추가작업 그리고 0개의 파일을 삭제
  1. 7 0
      LearnRedux/OtherResources.md
  2. 4 0
      ReactForBeginners/OtherResources.md

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