Feb 18 · 3 min read · Controlled vs Uncontrolled Components — Forms Mastery in React Forms are everywhere: Login pages Signup forms Search inputs Checkout pages But in React, forms work differently than plain HTML. Today we understand: 👉 Controlled Components👉 Unc...
Join discussion
Feb 18 · 3 min read · useRef Deep Dive — DOM Access + Persistent Values Explained Many developers think: useRef is only for accessing DOM. That’s only 50% truth. Today we’ll understand the real power of useRef. 🤔 What is useRef? useRef is a React hook that lets you s...
Join discussion