neotraverse 1.0: I accidentally built lodash for object trees
neotraverse 1.0 is a zero-dependency, TypeScript-first library for walking and transforming object trees, now with a functional API and ~50 helpers.
neotraverse 1.0 is a zero-dependency, TypeScript-first library for walking and transforming object trees, now with a functional API and ~50 helpers.
A technical deep dive into how barrel exports in a React app can prevent tree shaking and cause performance issues, with a case study from the Centered app.
Explains tree shaking, a JavaScript optimization technique to remove unused code from bundles, using ES6 modules and tools like webpack.
Explains how to reduce Firebase bundle size by 220kb using webpack's tree-shaking and modular imports.
Explores using Google Closure Compiler to significantly reduce Angular 2 application bundle size, detailing the process and experimental results.
A guide to optimizing Angular app bundle size for production, covering tree-shaking, minification, and build tools to reduce from 1.4MB to under 50KB.