Skip to content

Commit 6f65c69

Browse files
committed
Use redux, react-redux and redux-thunk
Let's add these dependencies to package.json because we plan to use them to do application state management (redux, react-redux) and API communication (react-thunk).
1 parent 3f454c6 commit 6f65c69

File tree

2 files changed

+44
-3
lines changed

2 files changed

+44
-3
lines changed

package-lock.json

Lines changed: 40 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,10 @@
2525
"react-codemirror2": "^3.0.7",
2626
"react-custom-scrollbars": "^4.2.1",
2727
"react-dom": "^16.0.0",
28-
"react-router-dom": "^4.2.2"
28+
"react-redux": "^5.0.6",
29+
"react-router-dom": "^4.2.2",
30+
"redux": "^3.7.2",
31+
"redux-thunk": "^2.2.0"
2932
},
3033
"devDependencies": {
3134
"babel-cli": "^6.26.0",

0 commit comments

Comments
 (0)