02 2019 档案

摘要:Javascript: js对secure的支持是没问题的,可是httponly本就是为限制js而产生的,当然httponly的cookie也不会被js创建document.cookie = "username=" +escape("leon") + "; expires=15/02/2013 00 阅读全文
posted @ 2019-02-18 11:43 Yuri_trender 阅读(468) 评论(0) 推荐(0)
摘要:我们来学习React 16.8里的新特性。 1. 自行配置好React的环境,推荐你使用Create React APP, 你也可以下载本文档Zip解压到本地直接运行. https://github.com/yurizhang/fed-study/blob/master/my-project.zip 阅读全文
posted @ 2019-02-14 14:19 Yuri_trender 阅读(482) 评论(0) 推荐(0)
摘要:前言:Rematch和vuex很像。 文档:https://github.com/yurizhang/rematch 简介: 先看看rematch的官方介绍: Rematch是没有boilerplate的Redux最佳实践。没有多余的action types,action creators,swit 阅读全文
posted @ 2019-02-01 15:00 Yuri_trender 阅读(1304) 评论(0) 推荐(0)