| title | redux-first-router - Just dispatch actions - Interview with James Gillmore | |
|---|---|---|
| date | 2017-xx-xx | |
| headerImage | /assets/img/XXX.jpg | |
| keywords |
|
TODO: I'll fill this up and link to your Twitter (@faceyspacey)
| /** @flow */ | |
| import type { Dispatch, Store } from 'redux'; | |
| declare module 'react-redux' { | |
| /* | |
| S = State | |
| A = Action | |
| AS = AppState |