SMSourav Mahatoinblog.souravmahato.inTrying to understand what actually happens behind Next.js serverless and edge..While using Next.js for some time, one thing was always in my mind because it uses serverless and edge functions. But I was always curious about what actually happens behind the scenes. So I started e1h ago·2 min read
MSManmeet Singhinblog.thatsmanmeet.comReact Native Fabric Rendering ExplainedIn the previous article, we explored the legacy and new architecture of React Native, examining various components used in the new architecture. However, we did not delve deeply into the Fabric pipeli5h ago·6 min read
RJRoshan Jhainjroshan.hashnode.devThe "Idle" Secret to Faster AppsEver feel like your web app is trying to do too much at once? You’ve built a pixel-perfect UI, but the moment you trigger a search or an analytics log, the screen stutters for a split second. We often1d ago·4 min read
HKHamid Karimiinhkarimi.hashnode.devI Rebuilt Auth From Scratch, Here's Everything I Got Wrong the First TimeI Rebuilt Auth From Scratch, Here's Everything I Got Wrong the First Time I've built authentication more times than I can count. Every new project, same boilerplate. Login form, token in localStorage,22h ago·6 min read
OAOluwaferanmi Adenijiincrackedchefs.devferanmi.xyzÌrísí - A React Library for Building Product Videos in JSXA few months ago, I needed to create a product demo video for something I was building. Nothing fancy, just a clean walkthrough showing the feature, how it works, what it looks like in action. I did w2d ago·5 min read
SGSaurabh Guptaincodecraft-by-saurabh.hashnode.devFrom Single Repos to Nx: My First Monorepo AdventureA few days back, I got the opportunity to work on a project that used an Nx monorepo setup for frontend development. Until then, most of my experience was with single repositories, where each applicat3d ago·5 min read
SKShubham Kumar Singhinshubhamsinghbundela.hashnode.devUnderstanding Asynchronous Execution with a Queue in JavaScriptWhen we say JavaScript is asynchronous, what does that really mean? It means: A task can start now and finish later, without blocking other code. But when we have multiple async tasks, we need contr3d ago·4 min read
SKSoham Koliinreactportfolio.hashnode.devReact Portfolio Template — Dark/Light Mode, Bilingual (EN+FR) & TypeScriptIf you've ever spent weeks building your personal portfolio from scratch — tweaking layouts, setting up routing, wiring up i18n, debugging responsive breakpoints — you know how much time it takes befo3d ago·3 min read
UBUp2itnow Bill Wilsoninai-agent-economy.hashnode.devreact-webmcp vs webmcp-sdk: Which React Library for Agent-Ready Websites?Two React libraries now exist for building agent-ready websites with WebMCP: react-webmcp (published as @mcp-b/react-webmcp on npm) and webmcp-sdk (our package). They both target the same API - navigator.modelContext - but they take different approac...3d ago·4 min read
APAnkita Patilinankita-blog.hashnode.devBreaking Down a 68MB React Build: Architecture Fixes That Cut It to 21MBOur React production build was 68MB.Not a typo. Sixty. Eight. MB. Deployments were slow. Uploads were painful. And the easy excuse was:“Big app. Happens.” Nah. So I opened the bundle and started pulli3d ago·5 min read