摘要: store 文件夹下: index.js 文件 import reducer from './reducer' import { createStore } from 'redux' const store=createStore(reducer) export default store redu 阅读全文
posted @ 2022-05-13 22:24 方方面 阅读(25) 评论(0) 推荐(0)
摘要: /** * * useEffect -> 模拟三个生命周期 对应Vue: * mounted(componentDidMount) * updated(componentDidUpdate) * befroreDestroy(componentWillUnmount) * */ useEffect( 阅读全文
posted @ 2022-05-13 17:06 方方面 阅读(98) 评论(0) 推荐(0)