使用语雀查看 https://www.yuque.com/ryannz/uistack/txz1k7
parser https://github.com/ternjs/tern https://github.com/acornjs/acorn https://github.com/estree/estree https://github.com/jquery/esprima…
性能的重要性 why performance matters retaining users conversions user experience delivering information expediently 关注点 Mind what resources you…
https://github.com/GantMan/ReactStateMuseum redux redux-tile redux-actions dva https://github.com/hydux/hydux https://github.com/huangbinjie…
Commitizen 提供交互式命令行提交 commit 信息 validate-commit-msg/commitlint 验证 commit 信息格式,推荐格式规范为 angular 规范 husky 设置 Git precommit 钩子 lint-staged…
创建正则表达式 使用一个正则表达式字面量,其由包含在斜杠之间的模式组成,如下所示: 正则表达式字面值在加载脚本后编译正则表达式。当正则表达式保持不变时,使用此方法可获得更好的性能。 调用 RegExp…