这里记录了我平时学习或者网上冲浪看到的一些好文章(国外)
- The TC39 Process
- Chrome Extensions
- Chrome Dev Tools
- Your First VS Code Extension
- JavaScript Module Systems Showdown: CommonJS vs AMD vs ES2015
- Understanding ASTs by Building Your Own Babel Plugin
- Tasks, microtasks, queues and schedules
- 7 secret patterns Vue consultants don't want you to know
- Source Maps under the hood – VLQ, Base64 and Yoda
- Inside look at modern web browser (Part 1)
- Diff Strategies
- Fuzzy Patch
- Long-term caching of static assets with Webpack
- webpack 4: import() and CommonJs
- webpack 4: Code Splitting, chunk graph and the splitChunks optimization
- Webpack4.0 source code analysis of Tapable
- Accessibility: Bold vs. Strong and Italic vs. Emphasis
- The Box Model - MDN
- Intersection Observer API
- Native image lazy-loading for the web
- VUE 3 COMPOSITION API: REF VS REACTIVE
- Babel Plugin Handbook