RJRoshan Jhainjroshan.hashnode.dev·Apr 18 · 6 min readYour Browser is Doing Too Much WorkReflows, Forced Layouts and Layout Thrashing Every time the browser recalculates positions and dimensions on a page, it pays a performance tax. Understanding when and why this happens, and how to sto00
RJRoshan Jhainjroshan.hashnode.dev·Mar 11 · 4 min readThe "Idle" Secret to Faster AppsEver feel like your web app is trying to do too much at once? You’ve built a pixel-perfect UI, but the moment you trigger a search or an analytics log, the screen stutters for a split second. We often00
RJRoshan Jhainjroshan.hashnode.dev·Mar 6 · 3 min readUnder the Hood of Redux: Create a Lightweight State ManagerHave you ever thought of how the popular state management library works under the hood? If not, pause for a while and think... I'll come back to it later. Before we write our own state management ut00