05 2021 档案

摘要:讲解 原始数据 let arr = [ {"id": 2, "parentId": 1, "name": "Fruits"}, {"id": 3, "parentId": 2, "name": "apple"}, {"id": 4, "parentId": 2, "name": "orange"}, 阅读全文
posted @ 2021-05-31 16:16 猫神甜辣酱 阅读(203) 评论(0) 推荐(1) 编辑
摘要:安装 npm install -g @vue/cli@next 子传父 父 <One :titles="msg1" @oneTwo="clickMethod"/> 子 export default { name: "One", emits: ['oneTwo'], methods: { update 阅读全文
posted @ 2021-05-16 18:49 猫神甜辣酱 阅读(120) 评论(0) 推荐(0) 编辑
摘要:redux 管理state的容器, 用于状态管理 下载 yarn add react-redux redux 上一个小案例redux 小案例 <button onClick={()=>store.dispatch(addAction)}>++</button> <button onClick={() 阅读全文
posted @ 2021-05-06 00:20 猫神甜辣酱 阅读(106) 评论(0) 推荐(1) 编辑
摘要:https://create-react-app.dev/ Neutrino 把 webpack 的强大功能和简单预设结合在一起。并且包括了 React 应用和 React 组件的预设。 Nx 是针对全栈 monorepo 的开发工具包,其内置了 React,Next.js,Express 等。 P 阅读全文
posted @ 2021-05-05 23:05 猫神甜辣酱 阅读(91) 评论(1) 推荐(0) 编辑