My Blog
分享自己在前端开发过程中学到的知识
跨域
- Cross-Origin Resource Sharing
官方文档
- [CORS:跨域资源共享] W3C的CORS Specification
对跨域w3c文档进行了简要的描述,读起来相较于官方文档更简单清晰
- 前端解决跨域问题的8种方案(最新最全)
解决方案
- CORS 跨域调试记录
需要验证登录信息的跨域调试实践
- 前端与后台接口跨域联调
常用地跨域调试实践
- JSONP原理优缺点(只能GET不支持POST)
缓存
测试
Web前端性能优化
- Web前端性能优化——编写高效的JavaScript
- Web前端性能优化——如何提高页面加载速度
- Web前端性能优化进阶——完结篇
- Web性能优化系列:10个JavaScript性能提升的技巧
- JavaScript 节流函数 Throttle 详解
- Debounce & Throtte JavaScript demo
函数式编程
liunx
安全
跨端
架构
移动web
- 移动端1px细线解决方案总结
- 移动前端开发之viewport的深入理解
- 使用Flexible实现手淘H5页面的终端适配
- lib-flexible
- Qreact,去哪儿网的迷你react方案
- React移动web极致优化
- 解析Twitter前端架构 学习复杂场景数据设计
- Dissecting Twitter’s Redux Stor
- 持续部署单页应用的7大技巧
async
- Async/Await替代Promise的6个理由
- 体验异步的终极解决方案-ES7的Async/Await
- 6 Reasons Why JavaScript’s Async/Await Blows Promises Away (Tutorial)
- hey-async-await-me
router
- react-router
- Build your own React Router v4
- All About React Router 4
- Building a Router with Raw React
- Let's create our own router component with React.js
- ReactRouter-V4 构建之道与源码分析
- react-router@4.0 使用和源码解析
- How to safely use React context
- Context