随笔分类 -  React

摘要:首先下载安装 redux react-redux npm install redux --save-dev npm install react-redux --save-dev 1、先创建一个store的一个文件夹(这个是一个公共的仓库) 并在store的文件夹中创建一个store.js文件、一个a 阅读全文
posted @ 2019-10-09 10:30 程序员-壯 阅读(642) 评论(0) 推荐(0)
摘要:js文件 import React, { Component} from 'react'; import './compile.less'; class Compile extends Component { constructor(props) { super(props) this.state 阅读全文
posted @ 2019-10-08 11:37 程序员-壯 阅读(1742) 评论(0) 推荐(0)
摘要:解决方法 使用 withRouter withRouter高阶组件,提供了history让你使用~ 阅读全文
posted @ 2019-08-29 11:42 程序员-壯 阅读(6288) 评论(1) 推荐(1)