摘要: export let createStore = (reducer)=>{ //定义默认的state let state; //定义默认的action let actionTypes = "@@redux/INIT"+Math.random(); let initAction = {type:act 阅读全文
posted @ 2019-03-27 08:36 韦小小 阅读(402) 评论(0) 推荐(0) 编辑
摘要: 一、废除的生命周期 官网文档指出使用这些生命周期的代码会在未来版本的react中更容易产生bug,尤其是对于异步渲染的版本 由于未来采用异步渲染机制,所以即将在17版本中去掉的生命周期钩子函数 componentWillMount componentWillRecieveProps componen 阅读全文
posted @ 2019-03-27 08:35 韦小小 阅读(233) 评论(0) 推荐(0) 编辑