1
0
mirror of https://github.com/mizanxali/uno-online synced 2025-12-10 12:13:25 +00:00

Replaced Redux completely with React hooks

This commit is contained in:
Mizanali Panjwani
2021-02-17 06:54:48 +05:30
parent ac6dee77bc
commit ff7cbe703e
7 changed files with 614 additions and 795 deletions

View File

@@ -8,11 +8,8 @@
"@testing-library/user-event": "^12.7.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-redux": "^7.2.2",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.2",
"redux": "^4.0.5",
"web-vitals": "^1.1.0"
"react-scripts": "4.0.2"
},
"scripts": {
"start": "react-scripts start",