diff --git a/redux-techniques.md b/redux-techniques.md index 33dee8f..e4f6ced 100644 --- a/redux-techniques.md +++ b/redux-techniques.md @@ -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 @@ -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" \ No newline at end of file + Description of a decoupled saga-based app structure, similar to that described in "Redux Saga in Action"