| title | date | headerImage | keywords | |
|---|---|---|---|---|
redux-first-router - Just dispatch actions - Interview with James Gillmore |
2017-xx-xx |
/assets/img/XXX.jpg |
|
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 |