PinnedHow Passing Elements as Props in React can benefit Performance?In React, re-renders are the only way your React components get updated with the Latest Data, without re-renders, your app is static. we…Sep 1, 2024Sep 1, 2024
Virtual DOM & Fiber Architecture: React’s Secret Performance EngineLast year, I submitted a PR to React’s Fiber lanes implementation — mainly fixing a higherPriorityLane call and adding a few related tests…Nov 16, 2025Nov 16, 2025
Write your Own useState Hook from scratch.useState is the most commonly used hook one would like to reach out in React for doing state Management, In this Article, we would try to…Sep 26, 2024Sep 26, 2024