Answer the question
In order to leave comments, you need to log in
Which approach to writing logic in redux is more correct/convenient?
For example, in some situation, I need to update the state in the 'x', 'y', 'z' reducers. This can be done by creating some kind of sled, and from it call something like:
dispatch(xUpdated('x'))
dispatch(yUpdated('y'))
dispatch(zUpdated('z'))
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question