A Senior Software Engineer, Who Loves learning Software Engineering Internals, having core mastery of Frontend, but a keen interest in backend, infra, and devOps.
Nothing here yet.
If you've ever wondered how React manages to handle events so efficiently, even in large applications, the secret lies in a clever technique called event delegation Instead of attaching events to each child element, we attach a single event to a comm...

Here is the list of the all newly added features in the React 19: React Compiler Server Components React 19 <form> Server Actions New Hooks: useActionState, useFormStatus, useOptimistic New API: use Existing Improvements: Ref as a Prop, ref ca...

We all are very well aware of the circuit breaker in our houses. A circuit breaker is a safety device that typically trips (opens the circuit) when there is an electrical fault that could damage the circuit. Excess current, a power surge, or a faulty...

It’s been more than five years since I’ve started using React. I have worked with many diverse React codebases and have learned some of the most common mistakes that React Developers usually make while using Context API. The React Context API was rel...
