Skip to content

Commit

Permalink
Merge pull request markerikson#28 from scottluptowski/master
Browse files Browse the repository at this point in the history
Add article to Redux Architecture list
  • Loading branch information
markerikson authored Sep 13, 2016
2 parents fc13ad9 + 4d6aff4 commit 9a41cb8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion react-redux-architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -336,4 +336,7 @@
- **Where do I put my business logic in a React-Redux application?**
https://medium.com/@jeffbski/where-do-i-put-my-business-logic-in-a-react-redux-application-9253ef91ce1
Describes several options for managing logic and async behavior (thunks, sagas, etc), and introduces a new middleware as an alternative approach


- **Code Sharing Between React Native and React Web Apps**
https://medium.com/the-many/code-sharing-between-react-native-and-react-web-apps-b1e1de22fc53
Describes ways to architect Redux actions and reducers in the context of a product that shares code between React Native and React Web clients

0 comments on commit 9a41cb8

Please sign in to comment.