|
|
|
|
|
by mboperator
3588 days ago
|
|
If selectors and reducers are a big pain for you, might I recommend the following library: https://github.com/mboperator/redux-modules The motivation was to reduce boilerplate and improve the readability of redux state transformations. I've found that the number of files I need to touch to create an action drastically decreases. At this point most of my development time is spent either in the module, the handler, or the saga. |
|