How does VuReact implement Vue v-on in React
VuReact is a compiler toolchain for migrating from Vue to React — and for writing React with Vue 3 syntax. In this article, we dive straight into the …
Tech news from the best sources
VuReact is a compiler toolchain for migrating from Vue to React — and for writing React with Vue 3 syntax. In this article, we dive straight into the …
Table of Contents Layer 1 — Reactive Variable Caching (Vue Reactivity System) Layer 2 — Computed Property Caching & Memoization Layer 3 — Composab…
I'm a backend developer. When our startup needed a web presence and a mobile app, we decided to outsource the frontend and infrastructure — we didn't …
VuReact 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'…
VuReact 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'…
VuReact is a tool that compiles Vue 3 code into standard, maintainable React code. In this article, we will look at how common Vue 3 lifecycle hooks a…
I Built a Football Tournament Simulator with Vue 3 ⚽ I recently built a browser-based football tournament simulator using Vue 3 and TypeScript. What s…
So React Compiler 1.0 landed in production last October. If you're like me, you skimmed the announcement, nodded, and went back to your useMemo -infes…
Skeleton screens are one of the best things you can do for perceived performance. But maintaining a separate set of hand-drawn rectangles and circles …
Most Vue tutorials teach you how to use Vue. Very few teach you how Vue behaves in real production systems. After working on large-scale frontend appl…
I recently built a feature for https://recipe-finder.org that takes a TikTok, Instagram, or YouTube cooking link and turns it into a structured recipe…
This tutorial shows how to create a VS Code extension that opens a custom webview powered by: Vue for the webview UI Vite for fast frontend builds Tai…
I Built feather-toast-vue — A Lightweight Toast Notification Plugin for Vue 3 While working on Vue 3 projects, I wanted a toast notification library t…
When developers think about performance optimization, they usually focus on things like: lazy loading caching image optimization bundle size And while…
TL;DR White screen ✅ A plugin show progress vite-plugin-white-screen-progress Background and Motivation In daily Vue app development, as the project b…
The Tussie-Mussie Generator is a web app for anyone who wants to send a meaningful floral e-card with an AI-generated "tussie mussie", a type of small…
A small, HLS-capable video player for React and Vue, with zero global CSS side-effects. Built in the open. Try it: https://video-player-playgraound.ve…
I run BulkPicTools — a browser-based image tools site with 38 landing pages, all processing happening locally with no file uploads. English and Chines…
Why Another Wheel? There are already some Vite packing plugins out there — vite-plugin-zip-pack , vite-plugin-compress , etc. They work, but they alwa…