Integrate Redux/React Router to start transitioning away from Angular router
Showing
- frontend/src/admin/datamodel/containers/SegmentApp.jsx 22 additions, 9 deletionsfrontend/src/admin/datamodel/containers/SegmentApp.jsx
- frontend/src/admin/datamodel/containers/SegmentForm.jsx 3 additions, 5 deletionsfrontend/src/admin/datamodel/containers/SegmentForm.jsx
- frontend/src/admin/datamodel/datamodel.module.js 0 additions, 26 deletionsfrontend/src/admin/datamodel/datamodel.module.js
- frontend/src/admin/datamodel/reducers.js 4 additions, 6 deletionsfrontend/src/admin/datamodel/reducers.js
- frontend/src/admin/datamodel/selectors.js 14 additions, 8 deletionsfrontend/src/admin/datamodel/selectors.js
- frontend/src/lib/redux.js 7 additions, 6 deletionsfrontend/src/lib/redux.js
- package.json 3 additions, 0 deletionspackage.json
... | ... | @@ -24,6 +24,7 @@ |
"d3-tip": "^0.6.7", | ||
"dc": "^2.0.0-beta.14", | ||
"fixed-data-table": "^0.4.7", | ||
"history": "^1.13.1", | ||
"humanize-plus": "^1.5.0", | ||
"inflection": "^1.7.1", | ||
"moment": "^2.10.6", | ||
... | ... | @@ -34,12 +35,14 @@ |
"react-onclickout": "^1.1.0", | ||
"react-redux": "^3.1.0", | ||
"react-retina-image": "^2.0.0", | ||
"react-router": "^1.0.2", | ||
"redux": "^3.0.4", | ||
"redux-actions": "^0.8.0", | ||
"redux-devtools": "^2.1.5", | ||
"redux-form": "3.1.0", | ||
"redux-logger": "^2.1.1", | ||
"redux-promise": "^0.5.0", | ||
"redux-router": "^1.0.0-beta5", | ||
"redux-thunk": "^1.0.0", | ||
"reselect": "^2.0.1", | ||
"tether": "^1.1.0", | ||
... | ... |
Please register or sign in to comment