SPSaurabh Prajapatiinblog.thitainfo.com·Aug 9 · 17 min readReact Hooks Masterclass: useState, useEffect, and Custom Hooks ExplainedReact Hooks Masterclass: useState, useEffect, and Custom Hooks Explained TL;DR: React Hooks replaced class components by giving functional components the ability to manage state, run side effects, an00
SPSaurabh Prajapatiinblog.thitainfo.com·Aug 9 · 20 min readHow React Works Internally: Virtual DOM, Reconciliation, and the Rendering PipelineHow React Works Internally: Virtual DOM, Reconciliation, and the Rendering Pipeline TL;DR: When you call setState, React doesn't immediately touch the browser DOM. Instead, it re-executes your compon00
SPSaurabh Prajapatiinblog.thitainfo.com·Aug 9 · 20 min readHow React Works Internally: Virtual DOM, Reconciliation, and the Rendering PipelineHow React Works Internally: Virtual DOM, Reconciliation, and the Rendering Pipeline TL;DR: When you call setState, React doesn't immediately touch the browser DOM. Instead, it re-executes your compon00
SPSaurabh Prajapatiinblog.thitainfo.com·Aug 8 · 19 min readMastering TypeScript: Interfaces, Generics, and Union Types ExplainedMastering TypeScript: Interfaces, Generics, and Union Types Explained TL;DR: TypeScript adds a compile-time type system on top of JavaScript that catches entire classes of bugs before your code ships00
SPSaurabh Prajapatiinblog.thitainfo.com·Aug 8 · 19 min readMastering TypeScript: Interfaces, Generics, and Union Types ExplainedMastering TypeScript: Interfaces, Generics, and Union Types Explained TL;DR: TypeScript adds a compile-time type system on top of JavaScript that catches entire classes of bugs before your code ships00