-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
问题及解决方案汇总--FAQ #12
Comments
问题描述: create-react-app 打包项目run build 增加进度条信息。 解决方案: 使用webpack plugin --- ProgressPlugin 操作: 找到scripts目录下的build.js 增加以下代码
|
问题描述: create-react-app脚手架项目怎么添加proxy代理请求。
|
作者,你好;我在本地package.json配置,"proxy": "http://www.weather.com.cn",然后在页面上进行请求数据, import 'whatwg-fetch';
fetch('http://www.weather.com.cn/data/cityinfo/101010100.html').then( res => {console.log(res);return res.json();}).then(json => json).catch( err => {
console.log('err', err);
}); 结果报错:Fetch API cannot load http://www.weather.com.cn/data/cityinfo/101010100.html. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://localhost:3006' is therefore not allowed access. If an opaque response serves your needs, set the request's mode to 'no-cors' to fetch the resource with CORS disabled. 请你帮忙指点一下,谢谢。 |
@fangjj |
nice,搞好了。thank you! 已经加群了。 |
问题描述: 在使用hashRouter的情况下怎么实现类似锚点跳转
|
作者你好: |
@Helaiqu 去掉webpack里面的自定义主题就可以换回默认蓝色了。这个issue不做过多讨论呢,可以加群或者另开issue |
问题描述: create-react-app脚手架增加多入口html文件 |
问题描述: 在不执行npm run eject的情况下,使用异步加载组件,进行代码拆分。code-splitting-in-create-react-app |
router.push()报错 表现在登陆界面跟退出 this.props.router.push() 在V4版本应为 this.props.history.push() |
@davecat 是的。漏掉了,已经修复。 |
作者封装的那个post请求 我这边
|
@blackboy1987 你改过代码? |
是的有的地方改了的。
因为我要post表单提交所以传递了参数. |
问题描述: react-router 4.x的版本路由怎么以问号的形式传参数并且以key: value对象的形式传递给组件props?
在对应的路由组件中,this.props.query对象便是问号形式的参数 |
请问一下彩色图标如何配置的, 我的项目里都是黑白的... |
@iwlog antd 的图标是支持样式属性的,也可以导入其他的彩色图标库 |
App.js 你加的这个之后(我并不知道有没有对手机端滚动快慢有影响),但是在content里面内容不多的情况下会比较难看(Footer会跑到屏幕中央等),有没有什么建议做到两全? |
谷歌浏览器报错? |
谷歌浏览器访问http://localhost:3006/#/app/auth/basic 时,页面报错。 |
@davychan1985 你改过代码吗?我测了没报错的呢。你打印下auth,看下是不是这个对象有问题 |
src/utils/index.jsx,其中_queryString[_pair[0]].push(decodeURIComponent(_pair[1])); 。有个问题就是_queryString是对象应该不能用push吧,对象没有push方法。 |
SiderCustom.jsx,中,在初始生命周期的componentDidMount函数中,我打印了一下props里面有路由的状态,是因为用了状态管理吗? |
作者你好,关闭浏览器后,用户仍然是已登录状态,应该将src/components/pages/Login.jsx、src/components/HeaderCustom.jsx、src/App.js这些文件里的localStorage改为sessionStorage。 |
你好,请问一下群号是多少呢? |
@davychan1985 querystring函数你可以打个断点调试下,用户状态保存只是demo,具体看业务需求,群号是592688854 |
为什么proxy server启动后 我的请求会有post变成get请求 |
所有的依赖全部是生产环境依赖,确定不改一下吗 |
有固定宽度的表格吗 |
@yezihaohao 你好:https://cheng_haohao.oschina.io/reactadmin/ 点击全屏的时候有报错。 screenfull.js:98 Uncaught (in promise) TypeError: Failed to execute 'requestFullscreen' on 'Element': parameter 1 ('options') is not an object. |
关于权限的优化,建议权限比如菜单栏优化为当没有权限的时候不显示。而不是跳转404.可以根据返回的permissions和auth在前端判断,得到最新的权限菜单。另外再考虑到页面子元素的的权限,就更好了。 |
请问有redux-alita的教程吗? |
redux-alita这个怎么搞?好像没有文档啊? |
在首页 里 加链接 跳转到页面 左侧菜单不自动 更新展开 这怎么处理? |
Redux-alita使用说明
提供4个功能: AlitaProvider
connectAlita(state)
setAlitaState(Object)
setConfig (apis)传入所有的接口, 存入funcs, 以便使用 |
master分支,routes/index.js中, |
某些不需要登录判断的场景需要,该模板后续会加此功能 |
问题描述: 如何兼容IE浏览器? 参考:#56 facebook/react#11429 https://facebook.github.io/create-react-app/docs/supported-browsers-features 2019-09-10增加: |
请问mock的数据格式应该是什么,演示地址和直接安装都连不上mock网站了。能不能自己本地mock一份? |
你好,第一次加载非常慢,好像是因为路由没有进行懒加载? |
我的我用create-react-app项目怎么没scripts目录呢 |
请问登录后刷新网页又回到登录页。有什么办法可以使得登录后根据token判断刷新后到登录页或只是刷新页面 |
项目start/build失败,recharts报错:
` |
|
各位,最新react+ts版本的 图标是怎么处理的 |
项目start/build失败,recharts报错: No overload matches this call.
|
最新的包clone下来,启动不起来呀,修改了后,启动起来了,控制台正常,但是页面却还是一堆报错。有点心累 |
TypeScript error in C:/Users/Administrator/Desktop/react-admin-master/src/components/charts/EchartsArea.tsx(105,17):
|
预览的基础动画中的这些似乎有蛮严重的闪烁问题, 点击的时候会闪烁 (bounceInDown, bounceInLeft... ) |
楼主 为啥打包之后登录成功后跳转不到首页去了 |
项目中遇到的问题和找到的解决方案进行汇总清单~
The text was updated successfully, but these errors were encountered: