// src/redux-store/store.ts import { createStore } from "redux"; const defaultState: State = { count /redux-store/store"; import { useSelector, useDispatch } from "react-redux"; const CountRedux: React.FC /redux-store/store"; const App: React.FC = () => { return (
/> ) } } // 这个其实是_app.js的getInitialProps // 在服务端渲染和客户端路由跳转时会被执行 // 所以非常适合做redux-store