manonja/smart-portfolio

Set-up redux store with redux-starter-kit

Opened this issue · 0 comments

To set up redux architecture, I am looking at best practices such as ducks: redux reducer bundles (https://github.com/erikras/ducks-modular-redux)

The idea is to bundled {actions, actionType, reducer} together in an isolated module that is self contained, and can even be packaged easily into a library.