AKArshad Khaninsnookerbee.hashnode.dev·4h ago · 5 min readI Built a Snooker Scoring PWA Because the Game Room Scoreboard Only Had 2 Slots We were three friends. One scoreboard. Zero solutions. Every time my friends and I hit the snooker table, we'd run into the same problem — the scoreboard on the wall was built for two players only. On00
DHDan Holloraningrimicorn.hashnode.dev·18h ago · 4 min readGraphQL Fragments: Let Each Component Own Its DataA GraphQL query looks clean when you first write it. One request, all the data you need, no waterfall. Then the app grows. The top-level page query starts picking up fields for five different child co00
BSBismay Sundar Mahantainbismay.hashnode.dev·1d ago · 7 min read🚀 Day 4 of Learning React: What Actually Makes React... React? (Hooks, useState, and State Explained)📌 Missed Day 3? I covered what actually happens after running npm run dev, how bundlers work, JSX, components, and props. You can read it here and then come back. I'll wait. ☕️ If someone asked me y00
MAManik Agnishinblog.manikagnish.com·1d ago · 13 min readYAGNI: Build Only What You NeedThe principle in one sentence YAGNI stands for "You Aren't Gonna Need It." It comes from Extreme Programming, and it says one thing: don't build something until the moment you actually need it. Not wh00
TOtimothy ogbemudiainfreecodecamp.org·1d ago · 10 min readHow to Build a Reliable SSE Client in TypeScriptWhen you build a feature that streams data, like an AI chat response or a live notification feed, the network is rarely as cooperative as fetch makes it look. Connections drop, proxies buffer response00
SBSriram Binsriram23.hashnode.dev·1d ago · 3 min readThe Moment Sudeshi Became More Than a UI WrapperThe exploration phase After deciding to build something with AI, I needed a model to experiment with. Initially, I tried Ollama. Running AI models locally initially sounded interesting, but my machine00
BSBismay Sundar Mahantainbismay.hashnode.dev·2d ago · 9 min read🚀 Day 3 of Learning React: Understanding JSX, Components, Props, Bundlers, and What Happens After `npm run dev`📌 Missed Day 2? I covered how React updates the UI internally—Reconciliation, the Diffing Algorithm, Render Phase, Commit Phase, Browser Paint, and React Fiber. You can read it here and then come bac20
SKSahil Khuranaininnostaxengineering.hashnode.dev·1d ago · 10 min readSimplify Complex Data Handling with AG Grid in React Key Takeaways Stop building custom tables. AG Grid ships with everything — virtualization, filtering, grouping, export, and inline editing — and it’s free. The community edition alone covers most of 00
MTMittal Technologiesinmittal-tech.hashnode.dev·1d ago · 7 min readProgressive Web Apps with React: Complete Setup Guide for DevelopersI keep seeing devs reach straight for create-react-app's old PWA template, not realizing it's been deprecated for years, and the recommended path now runs through Vite plus the VitePWA plugin instead.00
MHMehedi Hasan Jiminmhjim.hashnode.dev·1d ago · 23 min read3 Best React Navbar Components [2026]I usually write about tech, web development, and occasionally share some of my own experiences. For the first time, though, I'm sharing something a little different—React UI components. Personally, I 00