Hey I am 19 year old web dev currently in my 2nd sem of college, i know mern stack just finished an internship as mern dev , cause I am very much comfortable and confident while building react project using redux cause I have a idea of building a common…
I recently completed a project called SmartTantra, a smart shopping system that combines IoT hardware with a MERN stack application. The idea was to simulate a cashier-less shopping experience where products are tagged with RFID cards and automatically…
Hello everyone, I’m trying to host a React (Vite) app on GitHub Pages and keep running into the classic SPA routing problem. Repo: [Img2Num GitHub repo](https://github.com/Ryan-Millard/Img2Num/) Live site: [Img2Num GitHub…
Hey everyone, I’ve been building an open-source local-first motion editor for creating short videos, UI mockups, social clips, text animations, reusable design elements, and post-production compositions.…
I have taught myself Reactjs on YouTube but i still find myself struggling with it alone so i want to buy a good react course on Udemy and go all in for once. Which React course would u recommend in 2026?…
I have a framework-agnostic document viewer package. It works by mounting into a DOM element: import { UDocClient } from "@docmentis/udoc-viewer"; const client = await UDocClient.create(); const viewer = await client.createViewer({ container: "#viewer",…
📚 Surprisingly, I haven't written about how my two favourite TanStack libraries - Router and Query - work together. Well, here it is: 🔁 loaders start fetches early 🔮 query owns the cache & keeps data alive 🌀 suspense integrates naturally 🏝️ TanStack…
Currently on paternity leave so I was able to take some time to create some reusable npm packages, an MCP server for your coding agent, and a CLI for scaffolding a 600x600 web app with the proper constraints for building a web app for the Meta Ray-Ban…
I’ve been doing quite a bit of interviewing recently as I’m looking for a new job as a front end (web) engineer. I’m getting far through processes and my experience as a product engineer seems to be conveyed well, my pitfall every time however is when I’m…
Hey Guys, How often do you start building a React component, only to realize the backend API isn't ready yet, or the staging backend is down? Using local mock files or hardcoded state gets messy fast. I built Thodr to solve this.…
Hi! I am in the process of creating a website for a local tinker space, I am trying to create a website (in this case the wiki part) that moderators is able to change and update through an admin page on the website.…
An LLM's output streaming into a window — renders incrementally, no tearing macOS Quick Look opening a 5 KB note and a 1 MB doc — both effectively instant Conventional wisdom is that React is the wrong tool for a text editor — every keystroke changes…
Here's how Deslop works. (It's called Deslop because it "de-slops" your codebase by stopping AI slop before it lands on main) 1. Define your rules (deslop/rules/react.yaml - you can have many rulebooks) ```yaml id: react-architecture name: React…
I was previously very hesitant to use TanStack Start due to its seemingly low adoption but between early April to now, the weekly downloads shot up from 600k to 14 million. This is getting close to Next.js territory. Did it go viral recently?…
Got tired of writing the same form logic again and again in React, so I built ReactFill ⚡ A schema-driven form library focused on building dynamic forms with less boilerplate.…
Every customer demo we shipped, we ended up rewriting the same chat widget. So we extracted it. ChatbotLite — open-source AI chatbot, 3 lines to install on React, Next.js, Shopify, or WordPress.…
I have this error Uncaught TypeError: storage.getItem is not a function on this line const persistor = persistStore(store) This is what I have on my store/index.ts import { configureStore } from "@reduxjs/toolkit"; import { useDispatch, useSelector } from…
I’ve been using Next.js for a while, and don't get me wrong, the App Router is incredibly powerful for certain use cases. But for my recent side project (a heavily interactive UI with a custom Go backend), I felt like I was fighting the framework more…
I've been working on a side project called Soundscapes of Earth — an interactive 3D globe where you can spin the planet, click any country, and instantly hear its "signature" track plus that country's current top 5 songs.…