摘要: 阅读全文
posted @ 2020-03-10 21:08 ladybug7 阅读(116) 评论(0) 推荐(0)
摘要: 首先到应用商店下载: 然后在创建store的语句里添加一个配置: window.__REDUX_DEVTOOLS_EXTENSION__ && window.__REDUX_DEVTOOLS_EXTENSION__() 阅读全文
posted @ 2020-03-10 16:42 ladybug7 阅读(114) 评论(0) 推荐(0)
摘要: https://ant.design/index-cn import React from 'react'; import { Input, Button, List } from 'antd'; const TodoListUI = (props) => ( <div style={{ margi 阅读全文
posted @ 2020-03-10 08:09 ladybug7 阅读(162) 评论(0) 推荐(0)
摘要: https://reactcommunity.org/react-transition-group/ 阅读全文
posted @ 2020-03-10 07:41 ladybug7 阅读(100) 评论(0) 推荐(0)