Browsing Tag
react
645 posts
Building a Type-Safe API Layer in Next.js App Router With Zod and Server Actions
Server Actions in Next.js App Router look deceptively simple — write an async function, mark it with 'use…
UseState in React (A beginner’s guide)
Your password bar goes from “weak” to “strong” when you add characters. Have you ever wondered how React…
Building SyncCanvas: An AI-Powered Real-Time Collaborative Whiteboard
Modern collaboration needs more than documents and chat messages. Teams need a shared visual space where ideas can…
React isn’t the problem. How we teach it is.
Ask a junior developer to explain what happens after a submit button is clicked. Most can’t give a…
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…