Posts
All the articles I've posted.
-
如何在 git commit 时添加 ESLint 校验
使用 pre-commit 和 lint-staged 在提交时自动运行 ESLint。
-
npm 高效但非常用命令整理
npm list、npm outdated、npm prune、npm-check 等实用命令。
-
Polyfill 学习:Number.isNaN
利用 NaN 不等于自身的特性实现 Number.isNaN。
-
PWA 入门与实践
Progressive Web App 核心技术介绍与实践踩坑记录。
-
React Router 4 升级指南
react-router 升级到 4.x 的具体步骤与踩坑记录。
-
ES7 Rest/Spread 运算符在对象中的应用
对象的 Rest 解构赋值和扩展运算符的妙用。
-
Harp.js 静态网站生成器
Harp.js 简介及使用注意事项。
-
我们在使用 Promises 时常犯的错误
四种 Promise then 写法的区别。