web 相关
http://kenwheeler.github.io/slick/
flex bug :https://github.com/philipwalton/flexbugs
开发工具链
Module Bundlers / 模块打包工具
- Webpack
- Rollup
- esbuild
Parcel
Task Runners / 任务自动化工具
- Gulp
- Grunt
- TurboRepo (Monorepo 多包管理)
- npm scripts
JavaScript Build Tools / JS 构建工具
- Babel
- SWC
- TypeScript Compiler (tsc)
SWC 使 rust ,与 Babel 功能一致
tsc 将 ts 编译为 js
Hot Reload
本地开发,热重载
- Browsersync
- Webpack DevServer
- vite