摘要: github仓库地址:https://github.com/wanghao12345/react-book 简介 redux主要是用来记录数据状态,然后共享数据。每个react组件都可以获取该数据库中的数据,也可以改变该数据库中的数据。 引入redux 项目目录下的控制台输入: yarn add r 阅读全文
posted @ 2019-07-08 17:57 CodingCoder 阅读(259) 评论(0) 推荐(0)
摘要: github仓库地址:https://github.com/wanghao12345/react-book 这里主要讲解使用react-transition-group里面的CSSTransition实现动画。 使用CSSTransition实现动画,一共分三步: 1.引用CSSTransition 阅读全文
posted @ 2019-07-08 16:29 CodingCoder 阅读(3955) 评论(0) 推荐(0)