Adding reselect and working through selectors - massive render performance improvement

This commit is contained in:
James Barnsley
2020-09-22 06:59:15 +12:00
parent 9a3b9cb1bf
commit ae83352dfb
14 changed files with 425 additions and 309 deletions

View File

@ -28,7 +28,8 @@
"react-sortablejs": "^1.5.0",
"redux": "^4.0.5",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.3.0"
"redux-thunk": "^2.3.0",
"reselect": "^4.0.0"
},
"devDependencies": {
"@babel/cli": "7.10.1",