SMSyed Muhammad Aliindevstacked.hashnode.dev·3d ago · 12 min readHow to Setup Resend Email in Next.js 16 (2026 Complete Beginner Guide)Sending emails is one of the most common requirements in modern web applications. Whether you're building: A contact form Authentication system SaaS application Newsletter platform E-commerce store 00
SSSATYAM SHARMAinreact-night.hashnode.dev·May 8 · 4 min readReact Virtual DOM Explained Without the Complicated JargonIf you’ve ever used React, you’ve probably heard people say things like: “React is fast because of the Virtual DOM.” But then the explanation usually becomes a mess of technical terms like reconcili00
NKNitesh Kumar Tuduinblog.thecodingant.in·Apr 3 · 9 min readReact 19: The Update That Actually Changes How You BuildLook, I've been through enough React updates to know when one is just polish and when one is actually different. React 19? This is the latter. I spent the weekend porting a side project to React 19, a10
SSSyam Satish Pinblogsbysyamp.hashnode.dev·Apr 2 · 11 min readReact Basics — A Practical Deep DiveWhat is React? React is a front-end JavaScript library for building user interfaces, not a full-fledged framework - built by Meta (formerly known as Facebook), released in 2013. It solves one problem 00
OOohnohassaniingocoding-dev.hashnode.dev·Apr 1 · 11 min read🧠 Redux JS Explained from Scratch (A Beginner-Friendly Guide)Hey 👋, Hassani here, on a cold, gloomy Wednesday on April Fool’s Day here in Nairobi. The rain has been relentless lately, and the city feels wrapped in this quiet chill that you don’t usually expect00
OOohnohassaniingocoding-dev.hashnode.dev·Mar 31 · 8 min readlocalStorage (your browser’s hidden superpower)🌙 Welcome back to Gocoding Hey hey 👋 Welcome back to Gocoding… and if it’s your first time here, you’re honestly stepping into a good one today 😄 I’m Hassani, your #3am coder, fulltime dev, coffee 00
AAbundanceinmypov.hashnode.dev·Mar 18 · 4 min readReact HooksI am completely new to React and React hooks; everything honestly feels abstract. But I was able to do some research, and now I can better understand useState, useEffect, useCallback, and the rest. Ho00
STShailaja Tripathiinreact-mastery-series.hashnode.dev·Feb 23 · 3 min read📘 React Mastery Series — Day 23Ref Forwarding & Advanced useRef Patterns in React By now, we know: 👉 useRef can access DOM👉 It can store mutable values👉 It doesn’t cause re-render But today we go one level deeper. We learn: ✔ Re00
STShailaja Tripathiinreact-mastery-series.hashnode.dev·Feb 18 · 3 min read📘 React Mastery Series — Day 17useRef 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...00
STShailaja Tripathiinreact-mastery-series.hashnode.dev·Feb 12 · 3 min read📘 React Mastery Series — Day 12useReducer Hook Explained in the Simplest Way (With Real Example) Many developers get scared when they hear: “Use useReducer instead of useState.” But honestly? useReducer is just a more structured way to manage state. Let’s break it down simply. ...00