Redux thunk and asynchronous API calls

This commit is contained in:
Rodrigo Pedroso 2019-06-19 17:08:53 -04:00
commit 5ecf405fde
7 changed files with 64 additions and 2 deletions

View file

@ -33,6 +33,7 @@
"react-redux": "^7.1.0",
"redux": "^4.0.1",
"redux-saga": "^1.0.3",
"redux-thunk": "^2.3.0",
"uuid": "^3.3.2"
}
}