▶  Evan You's State of Vue 2026 Talk

External content

injavascriptweekly

▶  Evan You's State of Vue 2026 Talk

In his annual address, Evan You—creator of Vue.js and VoidZero—shifted focus from Vue to the broader Vite ecosystem, highlighting major updates and innovations. While he briefly mentioned that Vue’s Vapor Mode is “almost ready,” the talk centered on developments in Vite, including the upcoming Vite 8 release, the new Vite+ platform, and the evolution of Void. Evan discussed how Vite continues to streamline frontend development, with Vite 8 promising improved performance and new features for developers. Vite+ was introduced as an extension of the ecosystem, aiming to provide enhanced tooling and integrations. The presentation also covered Void, a project designed to push boundaries in developer experience and productivity. Overall, the address offered insights into the future direction of the Vite ecosystem, emphasizing innovation, speed, and flexibility for modern web development. Evan’s vision signals continued growth and new opportunities for developers using Vite and its related tools.
VueJS
Front End
Developer Tools
Web Development
38 min watch
▶  TanStack Start: A Client-First Web Framework

External content

injavascriptweekly

▶  TanStack Start: A Client-First Web Framework

A new 30-minute talk from the founder of TanStack offers an in-depth look at TanStack Start, a comprehensive server-side rendering (SSR) framework designed for both React and Solid developers. The presentation highlights the framework’s key features, demonstrating how it streamlines the development of modern, high-performance web applications. Viewers will see practical examples of how TanStack Start simplifies SSR, routing, and data management, making it easier to build scalable and maintainable projects. The talk also explores the framework’s flexibility and integration capabilities, appealing to developers seeking a unified solution for their SSR needs. This session is a valuable resource for anyone interested in the latest advancements in SSR frameworks, providing actionable insights and a clear value proposition for adopting TanStack Start in real-world projects.
React
Web Development
Framework
JavaScript
30 min watch
Evan You on Vite, Rust and the Future of JS Tooling

External content

injavascriptweekly

Evan You on Vite, Rust and the Future of JS Tooling

In a recent episode of the Better Stack podcast, Evan You, the creator of Vue.js, shares his journey from building the popular Vite build tool to founding VoidZero and developing a new Rust-based JavaScript toolchain. Evan discusses the motivations behind his projects, the challenges he faced, and how his work is shaping the future of web development. The conversation offers insights into the evolution of modern tooling, highlighting the advantages of Rust for performance and reliability in JavaScript ecosystems. Evan also reflects on the importance of open-source collaboration and the impact of community-driven innovation. This interview provides a unique perspective on the ongoing transformation of web development, making it a must-watch for developers interested in cutting-edge tools, frameworks, and the visionaries driving progress in the industry.
VueJS
JavaScript
Web Development
Open Source
56 min watch
What are 'Invokers': Interactivity without JavaScript?

External content

injavascriptweekly

What are 'Invokers': Interactivity without JavaScript?

This video introduces the Invoker Commands API, a powerful tool for assigning behaviors to buttons and other interactive elements. The API simplifies the process of creating pre-defined commands, enabling developers to enhance user interfaces with intuitive and dynamic functionality. The tutorial also demonstrates how JavaScript can be used to create custom commands, offering flexibility for developers to design unique behaviors tailored to their applications. With clear examples and practical use cases, the video highlights how the Invoker Commands API can streamline development and improve user experiences. A valuable resource for developers looking to optimize their UI designs, this video showcases the versatility of the API and its seamless integration with JavaScript for building responsive and interactive web applications.
API
JavaScript
Web Development
Front End
7 min watch
The Talk Videos from CascadiaJS 2025

External content

injavascriptweekly

The Talk Videos from CascadiaJS 2025

The CascadiaJS 2025 conference took place last month, and the talk videos are now available on YouTube, offering an incredible opportunity for developers to catch up on the latest innovations and insights in the JavaScript ecosystem. The event featured a diverse lineup of speakers covering cutting-edge technologies, practical tools, and fascinating programming stories. Highlights include Jack Herrington’s deep dive into TanStack, a powerful library for building modern web applications, Annie Sexton’s captivating exploration of JavaScript’s origin story, and Ioana Chiorean’s presentation on the Web Monetization API, which focuses on enabling seamless payments on the web. These talks, along with others, provide valuable insights and inspiration for developers at all levels. Whether you're looking to learn about JavaScript’s beginnings, explore innovative libraries like TanStack, or understand the future of web monetization, CascadiaJS 2025 has something for everyone. The videos are a must-watch for staying updated on the latest trends and advancements in the JavaScript community.
JavaScript
Web Development
9 hours 21 min watch
Build Smarter UIs with Angular + AI

External content

inyoutube

Build Smarter UIs with Angular + AI

Take your Angular skills to the next level with this brand-new video course, "Build Smarter UIs with Angular & AI". This hands-on course introduces developers to the exciting world of integrating AI into Angular applications using Hash Brown, an open-source AI layer designed to create intelligent and reactive user interfaces. The course covers everything you need to know to build next-generation Angular apps powered by AI. You'll learn how to seamlessly connect AI models to your Angular projects, craft adaptive user experiences, and develop UIs that think and respond dynamically like humans. By leveraging the power of Hash Brown, you'll discover how to create smarter, more interactive applications with ease. Whether you're an experienced Angular developer or just starting out, this course is packed with practical insights, coding demonstrations, and best practices to help you unlock the full potential of AI in your projects. Start today and revolutionize the way you build Angular apps!
Angular
AI
JavaScript
2 min watch
▶  React Mock Interview: Three Devs Take on a Challenge

External content

injavascriptweekly

▶  React Mock Interview: Three Devs Take on a Challenge

In this engaging 50-minute video, three top developers—Kent C. Dodds, Jack Herrington, and Ben Awad—tackle the same React challenge: building a form complete with validation. Each developer approaches the task with their unique style and best practices, providing viewers with a comprehensive look at different strategies for handling form validation in React applications. The session offers valuable insights into various techniques and tools available for form handling in React, making it an excellent resource for developers looking to enhance their skills in this area.
React
JavaScript
Web Development
52 min watch
▶  How JavaScript Really Evolves: Inside TC39 with Daniel Ehrenberg

External content

injavascriptweekly

▶  How JavaScript Really Evolves: Inside TC39 with Daniel Ehrenberg

In this in-person interview, Daniel Ehrenberg—a longstanding member of the TC39 committee and President of Ecma International—offers a clear look into how JavaScript evolves through the TC39 process. He explains how proposals advance through the committee’s stages, the collaborative dynamics at play, and how developers and organizations can get involved in shaping the language. Ehrenberg highlights some of the new features under discussion and their implications for the language ecosystem. The conversation also sheds light on balancing innovation with backward compatibility and the consensus-driven approach TC39 employs to ensure stability and progress.
JavaScript
Web Development
Open Source
Developer Tools
47 min watch
▶  Zod vs. Valibot: A JS/TS Validator Battle

External content

injavascriptweekly

▶  Zod vs. Valibot: A JS/TS Validator Battle

In this insightful video, the host delivers a head‑to‑head comparison between Zod and Valibot, two popular JavaScript/TypeScript validation libraries. Viewers learn how each library handles schema definition, runtime type validation, error reporting, and optional-field support—all explained with clean examples and a focus on clarity and brevity. The walkthrough covers bundle size, with Valibot’s modular "pipe"-style schema definitions offering a significantly smaller footprint than Zod’s full bundle, and performance benchmarks showing Valibot often outpaces Zod in initialization speed. The video also explores customization workflows—including custom validators, JSON schema generation, and how each library enables effective TypeScript integration. A highlight moment features praise from Zod’s creator, who called the video “incredible... succinct and clear,” underlining its value as a practical resource for developers choosing between the two libraries.
JavaScript
TypeScript
Validation
12 min watch
▶  The Untold Story of JavaScript

External content

inyoutube

▶  The Untold Story of JavaScript

This crisp 8-minute video by Deno offers a whirlwind tour of JavaScript’s 30-year journey. It covers the language’s rapid birth in 1995, standardization through ECMAScript, and major browser-era innovations like the DOM and AJAX. It zooms past server-side expansion (Node.js), type systems (Flow, TypeScript), modern bundlers, and frameworks—highlighting the rise of React and Deno’s own role in evolving the ecosystem.
JavaScript
Web Development
NodeJS
Deno
8 min watch
---