News
From Frontend to Full-Stack: Building a Type-Safe App with React, Type Script, and Tailwind
21+ hour, 50+ min ago (324+ words) As frontend developers, we love the comfort zone of crafting beautiful interfaces. React gives us component structure, Tailwind CSS lets us style at lightning speed, and Type Script keeps our props and state safe. But there always comes a moment…...
From Code to npm: Vue 3 Component Library Publishing Guide
1+ week, 1+ day ago (621+ words) A complete record of publishing moongate-vue from build to npm, including 2 FA, Web Authn, registry switching, and automation scripts. This article covers: nrm registry management, 2 FA configuration, Web Authn setup, local linking for testing, automated release scripts, and a pre-publish…...
How does Vu React compile Vue 3's define Model to React?
1+ week, 2+ day ago (308+ words) Vu React is a compiler toolchain for migrating from Vue to React " and for writing React with Vue 3 syntax. In this article, we will look at how Vue 3's define Model macro is compiled into React. To keep the examples…...
React Folder Structures That Scale: A Practical Guide for Modern Frontend Teams
1+ week, 4+ day ago (470+ words) Learn how to organize React projects for scalability, maintainability, and team collaboration. As React applications grow, one challenge consistently emerges: project organization. A folder structure that works perfectly for a small side project can quickly become a nightmare when multiple…...
I stopped using React for simple tools" and started shipping 10x faster with ONE HTML file
2+ week, 8+ hour ago (366+ words) I didn't quit React because it's bad. I quit it because I noticed a pattern. Every time I wanted to build something small and useful, I ended up building something way too complex. It always started the same way: "this…...
20 Frontend Starter Templates " React, Vue, Svelte, Solid JS, Webpack, Vite and More
2+ week, 2+ day ago (433+ words) Starting a new project means wiring up the same boilerplate again: bundler config, linting, state management, component scaffolding. I put together 20 ready-to-use templates so you can skip that step. Each one is self-contained with its own package. json, README, and…...
Vue 3. 6 Vapor Mode: Opt Out of the Virtual DOM
2+ week, 6+ day ago (587+ words) The virtual DOM has been Vue's engine room since day one. It's the layer that diffs what changed in your component tree and figures out the minimal DOM updates needed. For most apps, it's fast enough that you never think…...
Why I Built Cartlify " A Production-Ready E-commerce UI Kit for React
3+ week, 5+ day ago (318+ words) After 10+ years of rebuilding the same components, I finally packaged them. Every e-commerce project I've worked on " at Fidelity Investments, OCBC Bank, Mondi Group " started the same way. Day 1: Build the Product Card. Day 2: Build the Cart Drawer. Day 3: Wire…...
PWA with Vite: The Best Practices That Actually Improve Performance
4+ week, 4+ hour ago (553+ words) Getting a PWA to load fast and stay reliable comes down to a handful of decisions. These are the practices that separate a quick demo from production-grade PWAs with Vite that are worth shipping: Pick the Right Service Worker Generation…...
Why I Started Building Vix. cpp
4+ week, 11+ hour ago (22+ words) C++ is one of the most powerful programming languages in. .. Tagged with opensource, cpp, productivity, vixcpp....