Salman Khan
Frontend Developer
I'm Salman Khan aka Mahmood, a frontend developer specializing in React. I'm passionate about creating great web experiences that make a difference.
Latest Posts
5/17/2025
What's New in JavaScript (ECMAScript 2024 & Beyond)
A comprehensive guide to JavaScript's newest features in ECMAScript 2024, including Object.groupBy, Promise.withResolvers, and what's coming in ES2025

5/14/2025
Fixing React Performance: Understanding Re-renders
Learn why React apps slow down due to unnecessary re-renders and how to fix performance issues with a simple technique: moving state down the component tree. Understand the truth about state, props, and hooks in React optimization.