Skip to content

Commit

Permalink
Update redux-architecture.md
Browse files Browse the repository at this point in the history
  • Loading branch information
markerikson authored Jan 18, 2019
1 parent b57df4a commit baba802
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions redux-architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,8 @@
http://randycoulman.com/blog/2016/09/20/redux-reducer-selector-asymmetry/
http://randycoulman.com/blog/2016/09/27/modular-reducers-and-selectors/
http://randycoulman.com/blog/2016/11/29/globalizing-redux-selectors
A blog series discussing approaches to encapsulating Redux data using selectors and other related approaches
http://randycoulman.com/blog/2018/06/12/solving-circular-dependencies-in-modular-redux/
A blog series discussing approaches to encapsulating Redux data using selectors and other related approaches. The last post is a follow-up to the earlier posts in the series, looking at a different approach that he feels works out better.

- **Redux State Keys - A predictable yet dynamic substate**
http://www.robinwieruch.de/redux-state-keys/
Expand Down Expand Up @@ -559,4 +560,4 @@

- **Redux for Chrome Extensions**
https://robots.thoughtbot.com/redux-for-chrome-extensions
A detailed look at how Redux can fit into the Chrome extension architecture
A detailed look at how Redux can fit into the Chrome extension architecture

0 comments on commit baba802

Please sign in to comment.