上一页 1 2 3 4 5 6 7 8 9 10 ··· 27 下一页
摘要: 在配置react-sass时遇到很多坑其中 一条如果你的.scss文件失效 请一定要在fileloader之前配置该sass-loader 配置文件如下 基于你不熟悉webpack 容易出这个错误 阅读全文
posted @ 2018-08-18 17:50 悔创阿里-杰克马 阅读(212) 评论(0) 推荐(0) 编辑
摘要: 安装node-sass提示没有vendor目录的解决办法在node-sass目录下面新建一个vendor的空目录,然后运行npm/cnpm rebuild node-sass --save-dev即可,如果安装失败,会生成一个目录名为类似这样win32-x64-48的空目录,然后去https://g 阅读全文
posted @ 2018-08-18 17:45 悔创阿里-杰克马 阅读(342) 评论(0) 推荐(0) 编辑
摘要: 实际上react render方法返回一个虚拟dom 并没有去执行渲染dom 渲染的过程是交给react 去完成的 这就说明了为什么要在所有数据请求完成后才去实现render 这样做也提高了性能。只调用一次渲染函数。 阅读全文
posted @ 2018-08-18 12:13 悔创阿里-杰克马 阅读(126) 评论(0) 推荐(0) 编辑
摘要: 在react中想要加入动画效果 需要引入 阅读全文
posted @ 2018-08-18 12:09 悔创阿里-杰克马 阅读(1753) 评论(0) 推荐(0) 编辑
摘要: let postData = {a:'b'}; fetch('http://data.xxx.com/Admin/Login/login', { method: 'POST', mode: 'cors', credentials: 'include', headers: { 'Content-Type': 'application/x-www-form-urlencode... 阅读全文
posted @ 2018-08-18 10:55 悔创阿里-杰克马 阅读(14979) 评论(1) 推荐(0) 编辑
摘要: shopcar/store.js shopcar/reducer.js shopcar/reduce/state.js shopcar/reduce/reducer.js shopcar/reduce/action.js index.js 阅读全文
posted @ 2018-08-15 22:04 悔创阿里-杰克马 阅读(1377) 评论(0) 推荐(0) 编辑
摘要: import React, { Component } from 'react'; import './App.css'; import {connect} from 'react-redux'; import {bindActionCreators} from 'redux'; import action from './react-redux/todos/action' // ui 组件 只... 阅读全文
posted @ 2018-08-15 17:27 悔创阿里-杰克马 阅读(983) 评论(0) 推荐(0) 编辑
摘要: store.js 在redux中 store 是唯一的。 reduce.js 合并所以reducer 在todos模块(文件夹)下 state.js reducer.js action.js actions.js App.js 阅读全文
posted @ 2018-08-15 16:37 悔创阿里-杰克马 阅读(1164) 评论(0) 推荐(0) 编辑
摘要: 这样使用很麻烦,所以封装组件进行复用 login.js user.js 这是简化demo以后的代码 阅读全文
posted @ 2018-08-14 21:29 悔创阿里-杰克马 阅读(3500) 评论(1) 推荐(0) 编辑
摘要: withRouter (react编程式导航的写法,使用该方法后就可以让该组件默认时具有props等属性) 阅读全文
posted @ 2018-08-14 19:36 悔创阿里-杰克马 阅读(1007) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 27 下一页
求投食~(点图即可)