Im curious why you dispatch the request as a parameter in the success action group like here: https://github.com/rjz/typescript-react-redux/blob/master/src/actions/index.ts#L66
You do not use this property at all in the reducer, so is there another reason why you dispatch the request?
Nice work btw.
Thanks Max
Im curious why you dispatch the request as a parameter in the success action group like here: https://github.com/rjz/typescript-react-redux/blob/master/src/actions/index.ts#L66
You do not use this property at all in the reducer, so is there another reason why you dispatch the request?
Nice work btw.
Thanks Max