RJRoshan Jhainjroshan.hashnode.dev00Your Browser is Doing Too Much WorkApr 18 · 6 min read · Reflows, 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 stoJoin discussion
RJRoshan Jhainjroshan.hashnode.dev00The "Idle" Secret to Faster AppsMar 11 · 4 min read · Ever 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 oftenJoin discussion
RJRoshan Jhainjroshan.hashnode.dev00Under the Hood of Redux: Create a Lightweight State ManagerMar 6 · 3 min read · Have 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 utJoin discussion