Migrate from Flux to Redux

* better state visibility
* pure state changes
* state debug panel (show: crtl-h, move: ctrl-w)
This commit is contained in:
David Kaltschmidt
2016-04-27 17:21:46 +02:00
parent 0f3b6bc497
commit 96aae9bc99
50 changed files with 2153 additions and 1921 deletions
+13 -6
View File
@@ -6,12 +6,12 @@
"license": "Apache-2.0",
"private": true,
"dependencies": {
"classnames": "^2.2.1",
"babel-polyfill": "6.7.4",
"classnames": "~2.2.1",
"d3": "~3.5.5",
"dagre": "0.7.4",
"debug": "~2.2.0",
"filesize": "3.2.1",
"flux": "2.1.1",
"font-awesome": "4.5.0",
"font-awesome-webpack": "0.0.4",
"immutable": "~3.7.4",
@@ -21,13 +21,17 @@
"page": "1.7.0",
"react": "^0.14.7",
"react-addons-pure-render-mixin": "^0.14.7",
"react-addons-transition-group": "^0.14.7",
"react-addons-update": "^0.14.7",
"react-dom": "^0.14.7",
"react-motion": "0.3.1",
"react-mixin": "^3.0.3",
"react-motion": "0.3.1",
"react-redux": "4.4.5",
"redux": "3.5.1",
"redux-immutable": "3.0.6",
"redux-logger": "2.6.1",
"redux-thunk": "2.0.1",
"reqwest": "~2.0.5",
"timely": "0.1.0"
"timely": "0.1.0",
"whatwg-fetch": "0.11.0"
},
"devDependencies": {
"autoprefixer": "6.3.3",
@@ -55,6 +59,9 @@
"less-loader": "2.2.2",
"postcss-loader": "0.8.2",
"react-addons-perf": "^0.14.0",
"redux-devtools": "^3.2.0",
"redux-devtools-dock-monitor": "^1.1.1",
"redux-devtools-log-monitor": "^1.0.11",
"style-loader": "0.13.0",
"url": "0.11.0",
"url-loader": "0.5.7",