erikras / erikras/react-redux-universal-hot-example
Ducks Structure
- Dominant language
- JavaScript
- Stars
- 12.1k
- Forks
- 2.5k
- PR merge metrics
- No merged PRs in 30d
Description
I would like to share my Ducks Structure. It worked very well for my apps in production.
1. I follow all Ducks guidelines, except for including my app name in actionType
2. I don't create one Duck for each app module, instead I create one Duck for each app action, that way when an app action needs more complexity, it can grow and yet is easy to reason about because it's isolated

(I meant to post it on ducks-modular-redux repo, I'm sorry)
Contributor guide
Assessment
This issue has not been assessed yet.