This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Description
1、const store = createStore(enthusiasm, {
enthusiasmLevel: 1,
languageName: 'TypeScript',
});
2、import { connect, Dispatch } from 'react-redux';
package.json
"@types/jest": "24.0.3",
"@types/node": "11.9.3",
"@types/react": "16.8.2",
"@types/react-dom": "16.8.0",
"@types/react-redux": "^7.0.1",
"react": "^16.8.1",
"react-dom": "^16.8.1",
"react-redux": "^6.0.0",
"react-scripts": "2.1.5",
"redux": "^4.0.1",
"typescript": "3.3.3"