Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/asasugar/blog

🤞带着自己的影子回家的时候,才知道什么是寂寞和孤单。
https://github.com/asasugar/blog

blog frontend javascript react react-native typescript vue

Last synced: 1 day ago
JSON representation

🤞带着自己的影子回家的时候,才知道什么是寂寞和孤单。

Awesome Lists containing this project

README

        

# BLOG

> 🤞 带着自己的影子回家的时候,才知道什么是寂寞和孤单

## 线上地址:[http://blog.jxxj.top](http://blog.jxxj.top)

## 目录

### JS

- [数组去重](https://github.com/asasugar/Blog/blob/master/docs/js/array-deduplication.md)

- [如何实现一个简易的 evenBus?](https://github.com/asasugar/Blog/blob/master/docs/js/evenbus.md)

- [箭头函数与普通函数的区别](https://github.com/asasugar/Blog/blob/master/docs/js/fn.md)

- [防抖(debounce)与节流(throttle)](https://github.com/asasugar/Blog/blob/master/docs/js/debounceAndthrottle.md)

- [Event Loop (浏览器端)](https://github.com/asasugar/Blog/blob/master/docs/js/event-loop.md)

- [js继承](https://github.com/asasugar/Blog/blob/master/docs/js/extends.md)

- [js源码手写系列](https://github.com/asasugar/Blog/blob/master/docs/js/handwriting-series.md)

- [深度对比两个值是否相等](https://github.com/asasugar/Blog/blob/master/docs/js/isEqual.md)

- [axios封装(支持请求失败自动重发,缓存请求,设置缓存过期时长)是否相等](https://github.com/asasugar/Blog/blob/master/docs/js/axios.md)

### TS

- [通俗易懂的 TS 教程(上)](https://github.com/asasugar/Blog/blob/master/docs/ts/ts-I.md)

- [通俗易懂的 TS 教程(中)](https://github.com/asasugar/Blog/blob/master/docs/ts/ts-II.md)

- [通俗易懂的 TS 教程(下)](https://github.com/asasugar/Blog/blob/master/docs/ts/ts-III.md)
### Vue

- [如何编写 Vue 插件?](https://github.com/asasugar/Blog/blob/master/docs/vue/vue-plugin.md)

- [如何编写 Vue render 组件?](https://github.com/asasugar/Blog/blob/master/docs/vue/vue-render-component.md)

- [实现一个极简易的Vuex核心功能](https://github.com/asasugar/Blog/blob/master/docs/vue/vuex.md)

- [vue-router@4下实现addRoutes](https://github.com/asasugar/Blog/blob/master/docs/vue/[email protected])

### RN(基于0.59.xx)

- [如何使用 mobx-react 做rn状态管理?](https://github.com/asasugar/Blog/blob/master/docs/rn/mobx-react.md)

- [为rn上eslint代码检测](https://github.com/asasugar/Blog/blob/master/docs/rn/rn-eslint.md)

- [为rn修改包名[Android篇]](https://github.com/asasugar/Blog/blob/master/docs/rn/rn-rename-android.md)

- [为rn修改包名[iOS篇]](https://github.com/asasugar/Blog/blob/master/docs/rn/rn-rename-ios.md)

- [让rn支持http请求](https://github.com/asasugar/Blog/blob/master/docs/rn/rn-http.md)

- [支持AndroidX](https://github.com/asasugar/Blog/blob/master/docs/rn/rn-androidX.md)

- [Android App 方法超出64K解决方案,即如何启动“多 dex 文件”](https://github.com/asasugar/Blog/blob/master/docs/rn/rn-android-64K.md)

- [rn修改应用版本号](https://github.com/asasugar/Blog/blob/master/docs/rn/rn-set-version.md)

- [android多厂商推送交互](https://github.com/asasugar/Blog/blob/master/docs/rn/rn-push.md)

### 构建工具

- [如何使用 rollup 构建 js?](https://github.com/asasugar/Blog/blob/master/docs/buildTool/rollup.md)

- [兄 dei,是时候给你的 Webpack 做一波优化了~](https://github.com/asasugar/Blog/blob/master/docs/buildTool/webpack-optimizate.md)

- [importmap去做 Vite打包缓存“contentHash”](https://github.com/asasugar/Blog/blob/master/docs/buildTool/importmap.md)

- [package.json解析](https://github.com/asasugar/Blog/blob/master/docs/buildTool/package-json.md)

### 前端性能优化

- [图片懒加载](https://github.com/asasugar/Blog/blob/master/docs/performanceOptimization/lazyImage.md)

### 其他杂项

- [带你掌握Git命令](https://github.com/asasugar/Blog/blob/master/docs/other/git.md)

- [前端开发规范](https://github.com/asasugar/Blog/blob/master/docs/other/standard.md)

- [git 生成 ssh key](https://github.com/asasugar/Blog/blob/master/docs/other/ssh-key.md)

- [让浏览器下载文件,而不直接打开](https://github.com/asasugar/Blog/blob/master/docs/other/pdf-down.md)

- [规范git提交利器指南](https://github.com/asasugar/Blog/blob/master/docs/other/git-commit.md)

- [vuepress搭建个人博客](https://github.com/asasugar/Blog/blob/master/docs/other/vuepress-blob.md)

- [移动端H5填坑](https://github.com/asasugar/Blog/blob/master/docs/other/h5.md)

- [微信小程序Skyline迁移](https://github.com/asasugar/Blog/blob/master/docs/other/skyline.md)

- [除了PR以外,如何优雅地解决npm依赖 bug](https://github.com/asasugar/Blog/blob/master/docs/other/patch-package.md)