Last active
August 29, 2015 14:16
-
-
Save tomchentw/c81fd0bd624b4349880e to your computer and use it in GitHub Desktop.
flux-comparison: reflux
https://github.com/voronianski/flux-comparison
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| '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