Skip to content

Instantly share code, notes, and snippets.

@tomchentw
Last active August 29, 2015 14:16
Show Gist options
  • Select an option

  • Save tomchentw/c81fd0bd624b4349880e to your computer and use it in GitHub Desktop.

Select an option

Save tomchentw/c81fd0bd624b4349880e to your computer and use it in GitHub Desktop.
'use strict';
var Reflux = require('reflux');
var ActionCreators = Reflux.createActions([
'receiveProducts',
'addToCart',
'cartCheckout',
'finishCheckout'
]);
module.exports = ActionCreators;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment