Implement tictactoe with redux

This commit is contained in:
2019-10-14 21:24:50 +02:00
parent ad5ebc1bd9
commit ed39569828
16 changed files with 297 additions and 127 deletions

View File

@@ -9,7 +9,9 @@
"@types/react-dom": "16.9.1",
"react": "^16.10.2",
"react-dom": "^16.10.2",
"react-redux": "^7.1.1",
"react-scripts": "3.2.0",
"redux": "^4.0.4",
"styled-components": "^5.0.0-beta.9",
"typescript": "3.6.4"
},
@@ -35,6 +37,8 @@
]
},
"devDependencies": {
"@types/react-redux": "^7.1.4",
"@types/redux": "^3.6.0",
"@types/styled-components": "^4.1.19",
"@typescript-eslint/eslint-plugin": "^2.3.3",
"@typescript-eslint/parser": "^2.3.3",