摘要:React Native 使用 Redux 比较详细和深刻的教程 React Native 使用 Redux https://www.jianshu.com/p/06fc18cef56a http://www.ruanyifeng.com/blog/2016/09/redux_tutorial_pa 阅读全文
posted @ 2019-07-17 10:08 wukong1688 阅读 (40) 评论 (0)
编辑
摘要:React-Native中Array渲染的优化
例如用Push加进去的数据: 阅读全文
posted @ 2019-07-13 05:41 wukong1688 阅读 (89) 评论 (0)
编辑
摘要:React Native ScrollView去掉自带的间隔 使用ScrollView时,自带了一个类似marginTop的效果,将其去掉 <ScrollView automaticallyAdjustContentInsets={false} > 本博客地址: wukong1688 本文原文地址: 阅读全文
posted @ 2019-07-12 06:04 wukong1688 阅读 (44) 评论 (0)
编辑
摘要:关闭nginx访问favico.ico功能
nginx日志最近发生大量访问favicon.ico无法找到的错误日志,月小升感觉很影响服务器性能,对于一个高并发的服务器每一个错误都会影响性能 阅读全文
posted @ 2019-07-10 11:49 wukong1688 阅读 (42) 评论 (0)
编辑
摘要:全国城市列表选择 (包含定位城市、热门城市、全国城市)
用ScrollView 实现,解决 SectionList 实现的卡顿问题 阅读全文
posted @ 2019-07-09 03:43 wukong1688 阅读 (148) 评论 (0)
编辑