Playing with sagas for a stuf implementation of tasks

This commit is contained in:
2019-10-24 04:12:49 +02:00
parent feda28ec47
commit 64b0cdc951
10 changed files with 245 additions and 31 deletions

21
package-lock.json generated
View File

@@ -295,6 +295,15 @@
"integrity": "sha512-dsfE4BHJkLQW+reOS6b17xhZ/6FB1rB8eRRvO08nn5o+voxf3i74tuyFWNH6djdfgX7Sm5s6LD8t6mJug4dpDw==",
"dev": true
},
"@types/object-hash": {
"version": "1.3.0",
"resolved": "https://registry.npmjs.org/@types/object-hash/-/object-hash-1.3.0.tgz",
"integrity": "sha512-il4NIe4jTx4lfhkKaksmmGHw5EsVkO8sHWkpJHM9m59r1dtsVadLSrJqdE8zU74NENDAsR3oLIOlooRAXlPLNA==",
"dev": true,
"requires": {
"@types/node": "*"
}
},
"@types/pg": {
"version": "7.11.2",
"resolved": "https://registry.npmjs.org/@types/pg/-/pg-7.11.2.tgz",
@@ -4652,6 +4661,12 @@
}
}
},
"object-hash": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/object-hash/-/object-hash-2.0.0.tgz",
"integrity": "sha512-I7zGBH0rDKwVGeGZpZoFaDhIwvJa3l1CZE+8VchylXbInNiCj7sxxea9P5dTM4ftKR5//nrqxrdeGSTWL2VpBA==",
"dev": true
},
"object-visit": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/object-visit/-/object-visit-1.0.1.tgz",
@@ -5697,6 +5712,12 @@
"symbol-observable": "^1.2.0"
}
},
"redux-devtools-extension": {
"version": "2.13.8",
"resolved": "https://registry.npmjs.org/redux-devtools-extension/-/redux-devtools-extension-2.13.8.tgz",
"integrity": "sha512-8qlpooP2QqPtZHQZRhx3x3OP5skEV1py/zUdMY28WNAocbafxdG2tRD1MWE7sp8obGMNYuLWanhhQ7EQvT1FBg==",
"dev": true
},
"redux-saga": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/redux-saga/-/redux-saga-1.1.1.tgz",