Thoughts on frontend development, performance optimization, and web technologies
Practical techniques for optimizing React applications, including code splitting, memoization, and reducing render counts
A hands-on look at building a micro frontend architecture with Webpack Module Federation, including the real trade-offs, benefits, and challenges I ran into.
A deep dive into optimizing high-frequency event handlers in React. Learn how to eliminate jank from mousemove events using requestAnimationFrame, refs, and cached layout reads.
How we migrated to Webpack 5 and implemented persistent caching to dramatically improve CI build performance at Flipkart