Skip to content

Commit

Permalink
Merge pull request markerikson#67 from chucksellick/master
Browse files Browse the repository at this point in the history
Remove dead link
  • Loading branch information
markerikson authored Oct 1, 2017
2 parents ed24038 + 4e17d6a commit 96608af
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions redux-architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@

- **When to Define Action Creators in Redux**
https://daveceddia.com/redux-action-creators/
An excellent overview of why action creators exist, why they’re worth using, and when you can skip them
An excellent overview of why action creators exist, why theyre worth using, and when you can skip them

- **React Redux Design Lessons Learned**
http://www.jeremyzerr.com/sites/default/files/React-Redux-Design-Lessons-Learned.pdf
Expand Down Expand Up @@ -345,10 +345,6 @@
http://www.thesoftwaresimpleton.com/blog/2016/12/20/instance-reducers/
An interesting approach to the "multiple instances of a connected component" problem.

- **Managing state for multiple component instances using React and Redux**
https://medium.com/@mikefey/managing-state-for-multiple-component-instances-using-react-and-redux-623ef7448cbe
Some useful examples illustrating the basic approach to storing data for individual reusable component instances in a Redux store

- **How to use Redux on highly scalable Javascript applications?**
https://medium.com/@alexmngn/how-to-use-redux-on-highly-scalable-javascript-applications-4e4b8cb5ef38
Discussion of ways to structure reducers, selectors, and other logic into reusable features
Expand Down

0 comments on commit 96608af

Please sign in to comment.