Molin
Molin
文件很大?请把数据贴出来看一下,查一下原因。或者把代码发给我我给你看一下。
如果发现某个模块打包后过大的话,可以把它单独拆分出来。
对于部分浏览器不支持fetch的情况,已通过引入标准fetch模块的方式做了兼容,不知道你说的没反应是在什么手机上? ``` import 'whatwg-fetch'; import 'es6-promise/dist/es6-promise.min.js'; import 'fetch-ie8/fetch.js'; ```
你是用我这个开发的吗?请参考[`src/app.js`](https://github.com/Molin123/react-molin/blob/master/src/app.js)
好像并没有用到redux吧