Skip to content

Instantly share code, notes, and snippets.

View scottmessinger's full-sized avatar

Scott Ames-Messinger scottmessinger

View GitHub Profile
@scottmessinger
scottmessinger / SketchSystems.spec
Created August 8, 2018 01:30 — forked from robearle/SketchSystems.spec
Group Payment Flow
Group Payment Flow
trial
request-quote -> awaiting-purchase-order
request-invoice -> awaiting-payment
expired -> trial-expired
trial-expired
request-quote -> awaiting-purchase-order
request-invoice -> awaiting-payment
expired -> group-closed
awaiting-purchase-order
@scottmessinger
scottmessinger / enhancers.index.js
Last active February 8, 2017 22:35 — forked from toranb/helpers.average.js
New Twiddle
import { compose } from 'redux';
var devtools = window.__REDUX_DEVTOOLS_EXTENSION__ ? window.__REDUX_DEVTOOLS_EXTENSION__() : f => f;
var composed = compose(devtools);
window.__REDUX_DEVTOOLS_EXTENSION__.open();
export default composed