An open API service indexing awesome lists of open source software.

https://github.com/ihtml5/blog

个人博客 源码阅读*前端实践 My Blog
https://github.com/ihtml5/blog

es6 nodejs react redux

Last synced: about 1 year ago
JSON representation

个人博客 源码阅读*前端实践 My Blog

Awesome Lists containing this project

README

          

## **My Blog**
分享自己在前端开发过程中学到的知识

### 跨域

1. [Cross-Origin Resource Sharing](https://www.w3.org/TR/cors/#access-control-expose-headers-response-header)
> 官方文档
2. [[CORS:跨域资源共享] W3C的CORS Specification](http://www.cnblogs.com/artech/p/cors-4-asp-net-web-api-02.html)
> 对跨域w3c文档进行了简要的描述,读起来相较于官方文档更简单清晰
3. [前端解决跨域问题的8种方案(最新最全)](http://blog.csdn.net/joyhen/article/details/21631833)
> 解决方案
4. [CORS 跨域调试记录](https://isudox.com/2016/11/12/cors-in-action/)
> 需要验证登录信息的跨域调试实践
5. [前端与后台接口跨域联调](http://www.lred.me/2016/09/05/http-proxy/)
> 常用地跨域调试实践
6. [JSONP原理优缺点(只能GET不支持POST)](http://blog.csdn.net/z69183787/article/details/19191385)

### 缓存

1. [浏览器缓存机制](https://www.cnblogs.com/skynet/archive/2012/11/28/2792503.html)
2. [浏览器缓存知识小结及应用](http://web.jobbole.com/84888/)
3. [Web storage](https://html.spec.whatwg.org/multipage/webstorage.html#dom-localstorage)

### 测试
1. [前端自动化测试探索](http://fex.baidu.com/blog/2015/07/front-end-test/)
2. [如何进行前端自动化测试?](https://www.zhihu.com/question/29922082)
3. [前端自动化测试解决方案探析](http://imweb.io/topic/5833d14cf8a1d5546059a301)

### Web前端性能优化
1. [Web前端性能优化——编写高效的JavaScript](http://www.cnblogs.com/MarcoHan/p/5315361.html)
2. [Web前端性能优化——如何提高页面加载速度](http://www.cnblogs.com/MarcoHan/p/5295398.html)
3. [Web前端性能优化进阶——完结篇](http://www.cnblogs.com/MarcoHan/p/5297798.html)
4. [Web性能优化系列:10个JavaScript性能提升的技巧](http://web.jobbole.com/82469/)
5. [JavaScript 节流函数 Throttle 详解](http://blog.csdn.net/u013510614/article/details/51920770)
6. [Debounce & Throtte JavaScript demo](https://github.com/dcorb/debounce-throttle)

### 函数式编程
1. [函数式编程](https://ppt.baomitu.com/d/0bda92b8#/)

### liunx
1. [Linux中常用操作命令](http://www.cnblogs.com/laov/p/3541414.html#Linux)

### 安全
1. [web前端安全机制问题全解析](http://imweb.io/topic/56f895bf14ea0f7263803d5b)
2. [XSS 和 CSRF 攻击的一些非常规防御方法](http://www.imooc.com/article/18069)

### 跨端
1. [React Native初探](http://www.cnblogs.com/yexiaochai/p/6042112.html)

### 架构
1. [Patterns For Large-Scale JavaScript Application Architecture](https://addyosmani.com/largescalejavascript/)
2. [组件化漫谈](http://www.jianshu.com/p/67a6004f6930)

### 移动web
1. [移动端1px细线解决方案总结](http://www.cnblogs.com/fang51/p/5681528.html)
2. [移动前端开发之viewport的深入理解](http://www.cnblogs.com/2050/p/3877280.html)
3. [使用Flexible实现手淘H5页面的终端适配](http://www.w3cplus.com/mobile/lib-flexible-for-html5-layout.html)
4. [lib-flexible](https://github.com/amfe/lib-flexible)
5. [Qreact,去哪儿网的迷你react方案](https://zhuanlan.zhihu.com/p/26794987)
6. [React移动web极致优化](http://dev.qq.com/topic/579083d1c9da73584b02587d)
7. [解析Twitter前端架构 学习复杂场景数据设计](https://segmentfault.com/a/1190000009224244)
8. [Dissecting Twitter’s Redux Stor](https://medium.com/statuscode/dissecting-twitters-redux-store-d7280b62c6b1)
9. [持续部署单页应用的7大技巧](http://www.jianshu.com/p/6185a9bfd9eb)

### async

1. [Async/Await替代Promise的6个理由](http://kiwenlau.com/2017/04/01/nodejs-async-await/)
2. [体验异步的终极解决方案-ES7的Async/Await](https://cnodejs.org/topic/5640b80d3a6aa72c5e0030b6)
3. [6 Reasons Why JavaScript’s Async/Await Blows Promises Away (Tutorial)](https://hackernoon.com/6-reasons-why-javascripts-async-await-blows-promises-away-tutorial-c7ec10518dd9)
4. [hey-async-await-me](http://www.alloyteam.com/2015/12/hey-async-await-me/)

### router

1. [react-router](https://github.com/ReactTraining/react-router)
2. [Build your own React Router v4](https://tylermcginnis.com/build-your-own-react-router-v4/)
3. [All About React Router 4](https://css-tricks.com/react-router-4/?utm_source=reactnl&utm_medium=email)
4. [Building a Router with Raw React](http://jamesknelson.com/routing-with-raw-react/)
5. [Let's create our own router component with React.js](https://enome.github.io/javascript/2014/05/09/lets-create-our-own-router-component-with-react-js.html)
6. [ReactRouter-V4 构建之道与源码分析](https://zhuanlan.zhihu.com/p/25696969)
7. [react-router@4.0 使用和源码解析](http://www.jianshu.com/p/27ee7df4ccc1)
8. [How to safely use React context](https://medium.com/@mweststrate/how-to-safely-use-react-context-b7e343eff076)
9. [Context](https://facebook.github.io/react/docs/context.html)

#### webpack

1. [webpack2 终极优化](http://imweb.io/topic/5868e1abb3ce6d8e3f9f99bb)

#### 版本管理工具

1. [git - 简明指南](http://rogerdudler.github.io/git-guide/index.zh.html)
2. [廖学峰git教程](https://www.liaoxuefeng.com/wiki/0013739516305929606dd18361248578c67b8067c8c017b000/001373962845513aefd77a99f4145f0a2c7a7ca057e7570000)