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
SMSyed Muhammad Aliindevstacked.hashnode.dev·6d ago · 15 min readBuild a Todo App with Next.js 16 and Supabase (2026 Guide)In this guide, we’ll build a production-ready Todo App using: Next.js 16 Supabase TypeScript Tailwind CSS Server Actions Authentication Row Level Security (RLS) This tutorial focuses more on logic a00
AOAbiodun Oluwafunmibiinfunmibitech.hashnode.dev·Jun 9 · 5 min readUnderstanding React Hooks: useState, useEffect and Custom Hooks ExplainedBefore hooks React was split into two worlds. Class components that could manage state and lifecycle methods. Functional components that were simpler but couldn't do much beyond displaying UI. Hooks c00
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
RRichainrichak.hashnode.dev·May 7 · 8 min readDesigning Custom Hooks — What Belongs in a Hook vs a Component vs a UtilityHey everyone, Richa here! 👋 Day 18. And today we're talking about one of the most powerful tools in React that most people underuse. Custom hooks. I went through a phase where I put everything in c00
RRichainrichak.hashnode.dev·Apr 30 · 8 min readAuth Context Pattern — The Right Way to Share Auth StateHey everyone, Richa here! 👋 Day 14. The week is nearly done and today everything connects. We have the auth service (Day 12). We have protected routes that use useAuthContext() (Day 13). But we have00
LBLeo Bchecheinleobcheche.hashnode.dev·Apr 20 · 4 min readMastering State Management with useReducer() in ReactManaging complex state logic in functional components can be challenging. While useState() is great for simple values, using it for objects with multiple sub-values often leads to messy code. The useR00
CRCharan Raju Pakalapatiinreact-basics-by-charan.hashnode.dev·Apr 2 · 7 min readBasics of React What is React? React is a JavaScript library developed by Meta, which is used to build dynamic and interactive web application. React enables the users to create reusable components, that manages thei00
YYashrajinyashrajxdev.blog·Mar 28 · 9 min readTaming Form State with useReducer: From Messy to Production-ReadyIf you've already read the theory, you know that useReducer shines when state transitions are complex and interdependent. Forms are one of the best real-world cases for it. Let's build something that 00
OOohnohassaniingocoding-dev.hashnode.dev·Mar 27 · 14 min readuseReducer Explained: Like Running a Library, Not Chasing Books 🚀Hey there! ☕ Welcome back to GoCoding. I'm Hassani — your friendly neighborhood developer, coffee enthusiast, and someone who genuinely enjoys turning complex concepts into simple stories. If you're h00