随笔分类 - react
摘要:参考地址:https://blog.csdn.net/q1056843325/article/details/54880804 使用: (一)、首页js引入react-redux和store import React from 'react'; import ReactDOM from 'react
阅读全文
摘要:一、生命周期 二、Redux createStore 创建一个store store.dispatch 派发action 将action传递给store store.getState 获取到state里的数据内容 store.subscribe 订阅store 只要store里的数据改变 subsc
阅读全文
摘要:1、 { Component }是ES6里的解构赋值 相当于 2、serviceWorker PWA有关 3、Fragments 如果子节点多,可以包含在Fragments 里,而且审查元素的时候,不会显示 https://zh-hans.reactjs.org/docs/fragments.htm
阅读全文
摘要:参考网站:http://jspang.com/2017/08/15/react_basic/ 1、React起源于Facebook的内部项目 ReactJS官方地址:https://facebook.github.io/react/ GitHub地址:https://github.com/faceb
阅读全文