Skip to content

Instantly share code, notes, and snippets.

View faceyspacey's full-sized avatar

James Gillmore faceyspacey

View GitHub Profile
title date headerImage keywords
redux-first-router - Just dispatch actions - Interview with James Gillmore
2017-xx-xx
/assets/img/XXX.jpg
interview

redux-first-router flow chart

TODO: I'll fill this up and link to your Twitter (@faceyspacey)

@faceyspacey
faceyspacey / react-redux.flow.js
Created June 21, 2017 12:48 — forked from rsolomon/react-redux.flow.js
react-redux.flow.js
/** @flow */
import type { Dispatch, Store } from 'redux';
declare module 'react-redux' {
/*
S = State
A = Action
AS = AppState