摘要: redux的工作流程: store创建的三个原则 store是唯一的只有store才能改变自己的内容Reducer必须是纯函数(纯函数指的是:给固定的输入,就一定会有固定的输出,而且不会有任何副作用) 项目目录结构: TodoList.js import React,{ Component } fr 阅读全文
posted @ 2018-08-23 14:33 红尘陌上,独自行走 阅读(205) 评论(0) 推荐(0) 编辑
摘要: import React,{ Component,Fragment } from 'react';import './style.css';import { CSSTransition,TransitionGroup } from 'react-transition-group'; class Ap 阅读全文
posted @ 2018-08-23 13:51 红尘陌上,独自行走 阅读(1080) 评论(0) 推荐(0) 编辑