Browsing Tag
react
649 posts
How We Built DJ ROOTS: An AI-Powered Music Recommendation Platform
🎧 DJ ROOTS – Building a Real-Time Collaborative Music Platform with Gesture Control Crowd Vibes. You Control. Music…
Swiper: the touch slider that won’t wreck your sprint
This is entry #10 of Awesome Curated: The Tools, the series where I dissect the tools that make…
React useObjectUrl Hook: Preview Files & Blobs Without Memory Leaks (2026)
React useObjectUrl Hook: Preview Files & Blobs Without Memory Leaks (2026) A user uploads a dozen images to…
Our Journey to GSSoC 2026: Omnikon’s Repository Has Been Selected! 🎉
Open source has always been at the heart of what we do at Omnikon. Today, we’re excited to…
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…