Open
Description
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