Vite 8 Beta: The Rolldown-powered Vite
TLDR: Vite 8 Beta is here, powered by a new Rust-based bundler called Rolldown. This promises significant performance improvements for production builds, unifying the previously separate dev (esbuild) and prod (Rollup) bundlers.
Link: Vite 8 Beta: The Rolldown-powered Vite
Progress on TypeScript 7 - December 2025
TLDR: The TypeScript team is making major strides on the native-code port of the compiler and language service, codenamed "Project Corsa" or TypeScript 7.0. It's already fast, stable, and usable in VS Code, with significant features like auto-imports and find-all-references now implemented.
Link: Progress on TypeScript 7 - December 2025 - TypeScript
Introducing Components Authoring in Convex
TLDR: Convex has launched a component authoring guide, allowing any developer to build, publish, and share reusable backend modules. These components are more than just libraries; they have their own database tables and isolated functions, enabling sophisticated, transactional backend solutions.
Link: Introducing Components Authoring
Other Interesting Finds
- React Native on Meta Quest: An exploration of how standard React Native tools and patterns can be used to build for VR on the Meta Quest. It highlights the surprisingly low barrier to entry, as the Quest is an Android-powered system. Read more.
- Zig Programming Language: The official repository for Zig, a general-purpose language focused on robust, optimal, and reusable software. This is the source of truth for anyone looking to get started with or contribute to Zig. Explore the repo.
- Nixtml: A static site generator written in Nix, inspired by Hugo. It allows you to define your website declaratively in a Nix flake, offering a powerful and reproducible way to build static sites. Check it out on GitHub.
- Anchor Positioning (IMCB): A great visual explanation of CSS Anchor Positioning, focusing on the concept of the "Inset-Modified Containing Block" (IMCB). This is a must-read if you've found anchor positioning to be a bit magical at times. Learn more.