Skip to content

Instantly share code, notes, and snippets.

View rsolomon's full-sized avatar

Ross Solomon rsolomon

  • Portland, OR
View GitHub Profile
@rsolomon
rsolomon / react-redux.flow.js
Created June 21, 2017 00:56
react-redux.flow.js
/** @flow */
import type { Dispatch, Store } from 'redux';
declare module 'react-redux' {
/*
S = State
A = Action
AS = AppState