Following recent trends, I am using AI to build a personal web service. It is a small web tool that runs solely on JavaScript without a backend server, so there is no operational burden. In the old ...
Cloudflare announced June 4 that it has acquired VoidZero, the open-source company behind the Vite build tool and the full JavaScript toolchain that surrounds it, in a move that hands governance of ...
Cloudflare acquires VoidZero and with it the team behind Vite, Vitest, and more. The tools are to remain open-source and vendor-neutral. Cloudflare is acquiring VoidZero, the company behind the ...
Founded by Evan You, VoidZero was created with the goal of building a unified, high-performance JavaScript toolchain. Rather than focusing on a single framework, the ...
Salesforce is opening its platform to React developers. The Multi-Framework beta lets developers build native Salesforce apps with React while using Salesforce authentication, security, governance, ...
Vite 8.0 has been released, and it uses Rust-built Rolldown as its single bundler, replacing both esbuild and Rollup, to enable faster builds. Vite is both a development server and a build tool for ...
AI isn’t just helping out with coding — it’s helping complete entire projects at a pace and price-point that would’ve been unthinkable even a year ago. Cloudflare this week published a blog post ...
Devographics has published its State of React survey, with over 3,700 developers speaking out about what they love and hate in the fractured React ecosystem. React, originally sponsored by Meta, is a ...
Despite many worthy contenders, React remains the most popular front-end framework, and a key player in the JavaScript development landscape. React is the quintessential reactive engine, continually ...
Blazor vs React is a question every .NET developer eventually asks. Blazor lets you build interactive web UIs with C# instead of JavaScript. If you're already a .NET developer, this means one language ...
I enjoyed using file-based routing since I tried Next.js (pages directory). After applying the same concept with Vite and client-side applications, I started writing blog posts covering the ...