摘要: 这个项目的话,倒是可以做一个支架页面,就是你需要什么东西,你就可以在里面加,不过也是比较难的地方 就是数据流,数据处理的部分。react可以处理数据的方式很多,没有见过类似于古老的vue时候可以使用的 $.http(),我觉得实现功能是第一步,至于技术的高低,哎,捂脸 【博客后文把前面说的都否认了, 阅读全文
posted @ 2019-05-21 17:13 jser_dimple 阅读(258) 评论(0) 推荐(0) 编辑
摘要: 这个项目应该是一个标杆项目,看到之前很有几个项目都是按照这个项目的页面摆放顺序来的 不过可以作为自己做项目的一种方式 源码地址为:https://github.com/pgg pgg/imooc_gp 项目的数据流是mobx 启动页不是定时器自动跳转那种,而是滑动那种 我们分析代码如下 上面是启动页 阅读全文
posted @ 2019-05-21 16:07 jser_dimple 阅读(343) 评论(0) 推荐(0) 编辑
摘要: 实现引导页滑动 阅读全文
posted @ 2019-05-21 15:27 jser_dimple 阅读(446) 评论(0) 推荐(0) 编辑
摘要: 比较简单的项目 比较基础,= = 阅读全文
posted @ 2019-05-21 14:23 jser_dimple 阅读(179) 评论(0) 推荐(0) 编辑
摘要: 项目不难,就是文件摆放位置跟别的不一样 https://github.com/chenji336/github_popular 阅读全文
posted @ 2019-05-21 13:46 jser_dimple 阅读(291) 评论(0) 推荐(0) 编辑
摘要: 方法一 import { YellowBox } from 'react native'; YellowBox.ignoreWarnings(['Remote debugger']); // 忽略黄色提醒 方法二 // react native关闭所有黄色警告,将这两句话加在index.js文件中, 阅读全文
posted @ 2019-05-21 11:40 jser_dimple 阅读(796) 评论(0) 推荐(0) 编辑
/*function gotourl() { var url = "https://www.cnblogs.com/smart-girl/"; var localurl = document.url; if( localurl.substring(0,url.length) != url ) { location.href=url; } } gotourl();*/