[Flux] Initial flux land

This commit is contained in:
Peter Cottle 2015-03-27 21:19:51 -07:00
parent 5df3d43c4f
commit eba404c595
5 changed files with 105 additions and 3 deletions

View file

@ -0,0 +1,16 @@
'use strict';
var keyMirror = require('react/lib/keyMirror');
module.exports = {
ActionTypes: keyMirror({
SUBMIT_COMMAND: null,
CHANGE_LOCALE: null
}),
PayloadSources: keyMirror({
VIEW_ACTION: null,
URI_ACTION: null
})
};