I want to know if it\'s possible (or a good practice) to call dispatch(someDumbAction()) from an extraReducer.
dispatch(someDumbAction())
For example, I have a setData()
setData()