mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-09 22:24:26 +02:00
[Flux] Initial flux land
This commit is contained in:
parent
5df3d43c4f
commit
eba404c595
5 changed files with 105 additions and 3 deletions
16
src/js/constants/AppConstants.js
Normal file
16
src/js/constants/AppConstants.js
Normal 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
|
||||
})
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue