Browsing Tag
react
641 posts
I wrote this while refactoring my invoice app and trying to sort out where frontend “business logic” should actually live. Curious how others draw the line between components, hooks, use cases, and domain helpers in real React apps.
Clean Architecture on the Frontend: Beyond Smart and Dumb Components djblackett djblackett djblackett Follow Jun 7 Clean Architecture…
Building a Real-Time Chat Feature with Django Channels and React
Building a Real-Time Chat Feature with Django Channels and React Real-time features have become table stakes for modern…
How I Fixed Next.js Serialization Errors in Payload CMS v3 by Building a Custom Icon Picker
If you’ve recently migrated to Payload CMS v3, you’re probably loving the deep integration with Next.js and the…
Build a custom HLS player in React with hls.js (no wrapper libraries)
TL;DR We’ll build a custom HLS player on top of hls.js 1.6.x and React 19 with no wrapper…
How to use AI in your development workflow without losing your edge
How to use AI in your development workflow without losing your edge Integrating AI Into Daily Development: A…
Re-Engineering My Portfolio: Moving from No-Code to React & Firebase
This is a submission for the GitHub Finish-Up-A-Thon Challenge What I Built I built a professional, production-ready React…
RSC Component Architecture, Next.js Dev MCP, Interactive Apps Guide, React Doctor, Bklit UI, Chat SDK Community Agent, Prefetch App Shells
Component Architecture for React Server Components Traces the evolution from useEffect to React Query to route-level loaders to…
Single List Keyboard Handling
Prologue A while ago, I decided to develop a fully accessible main navigation component in React and write…
Beyond useEffect: Specialized Effect Hooks for Async, Deep Comparisons, and SSR
Beyond useEffect: Specialized Effect Hooks for Async, Deep Comparisons, and SSR React gives you exactly one effect hook:…
kovax-react 0.6: Pagination, breakpoint hooks, and one source of truth for responsive layout
kovax-react 0.6 is on npm. If you already use kovax-react 0.5 with ThemeProvider and CSS-variable theming, this release…