Skip to content

Commit

Permalink
Add "Scalable Frontend" link
Browse files Browse the repository at this point in the history
  • Loading branch information
markerikson authored Oct 24, 2016
1 parent 6489951 commit 395adca
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion redux-techniques.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,10 @@

#### Encapsulation and Reusability

- **Scalable Frontend with Elm or Redux**
https://github.com/slorber/scalable-frontend-with-elm-or-redux
A repo containing ongoing discussion about ways to handle fully encapsulated reusable chunks of logic and components in Redux, with a number of submitted approaches being compared.

- **Encapsulation in Redux: the Right Way to Write Reusable Components**
http://blog.javascripting.com/2016/02/02/encapsulation-in-redux/
A look at one way to write encapsulated action handling in Redux
Expand Down Expand Up @@ -217,4 +221,4 @@

- **Using React(-Native) with Redux and Redux Saga**
https://medium.com/@marcelschulze/using-react-native-with-redux-and-redux-saga-a-new-proposal-ba71f151546f
Description of a decoupled saga-based app structure, similar to that described in "Redux Saga in Action"
Description of a decoupled saga-based app structure, similar to that described in "Redux Saga in Action"

0 comments on commit 395adca

Please sign in to comment.