<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Vue on AI VOID</title><link>https://ai-blog.noorshomelab.dev/tags/vue/</link><description>Recent content in Vue on AI VOID</description><generator>Hugo</generator><language>en</language><lastBuildDate>Wed, 07 Jan 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://ai-blog.noorshomelab.dev/tags/vue/index.xml" rel="self" type="application/rss+xml"/><item><title>Chapter 3: TanStack Router: Navigating Your Application with Type-Safety</title><link>https://ai-blog.noorshomelab.dev/tanstack-mastery-2026/03-router-basics/</link><pubDate>Wed, 07 Jan 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/tanstack-mastery-2026/03-router-basics/</guid><description>&lt;h2 id="chapter-3-tanstack-router-navigating-your-application-with-type-safety"&gt;Chapter 3: TanStack Router: Navigating Your Application with Type-Safety&lt;/h2&gt;
&lt;p&gt;Welcome to Chapter 3! In our journey through the TanStack ecosystem, we&amp;rsquo;ve laid the groundwork for building robust applications. Now, it&amp;rsquo;s time to learn how to move around within them gracefully and effectively. This chapter focuses on &lt;strong&gt;TanStack Router&lt;/strong&gt;, a powerful, type-safe routing library that champions the &amp;ldquo;URL as State&amp;rdquo; paradigm.&lt;/p&gt;
&lt;p&gt;By the end of this chapter, you&amp;rsquo;ll understand how to define routes, navigate between pages, and access route parameters with confidence, all while leveraging TypeScript for an unparalleled developer experience. We&amp;rsquo;ll start with the fundamentals and gradually build up your understanding through hands-on examples. This knowledge is crucial for creating maintainable and user-friendly single-page applications (SPAs) that feel intuitive and performant.&lt;/p&gt;</description></item><item><title>Chapter 10: TanStack Store: Fine-Grained Local State Management</title><link>https://ai-blog.noorshomelab.dev/tanstack-mastery-2026/10-store-local-state/</link><pubDate>Wed, 07 Jan 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/tanstack-mastery-2026/10-store-local-state/</guid><description>&lt;h2 id="chapter-10-tanstack-store-fine-grained-local-state-management"&gt;Chapter 10: TanStack Store: Fine-Grained Local State Management&lt;/h2&gt;
&lt;p&gt;Welcome back, future TanStack master! So far, we&amp;rsquo;ve journeyed through powerful libraries like TanStack Query for managing server-side data, TanStack Table for displaying complex data, and TanStack Router for navigation. But what about the state that lives purely within your application&amp;rsquo;s client-side, the &amp;ldquo;local&amp;rdquo; state that doesn&amp;rsquo;t need to be fetched from a server? This is where &lt;strong&gt;TanStack Store&lt;/strong&gt; shines!&lt;/p&gt;
&lt;p&gt;In this chapter, we&amp;rsquo;ll dive deep into TanStack Store, a lightweight, flexible, and highly performant state management library. You&amp;rsquo;ll learn how to define, update, and selectively subscribe to your application&amp;rsquo;s local state, achieving fine-grained reactivity that keeps your UI snappy. We&amp;rsquo;ll explore its core principles, understand why it&amp;rsquo;s a perfect companion to TanStack Query, and get hands-on with practical examples. By the end, you&amp;rsquo;ll have a clear mental model for distinguishing between server-state and client-state and confidently managing both.&lt;/p&gt;</description></item><item><title>Chapter 14: Project 2: Developing a Robust Frontend Component with React/Vue and TypeScript</title><link>https://ai-blog.noorshomelab.dev/ts-mastery-2025/project-2-frontend-component-react-vue-typescript/</link><pubDate>Fri, 05 Dec 2025 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/ts-mastery-2025/project-2-frontend-component-react-vue-typescript/</guid><description>&lt;h2 id="chapter-14-project-2-developing-a-robust-frontend-component-with-reactvue-and-typescript"&gt;Chapter 14: Project 2: Developing a Robust Frontend Component with React/Vue and TypeScript&lt;/h2&gt;
&lt;p&gt;Welcome back, future TypeScript master! In our journey so far, we&amp;rsquo;ve explored the core syntax, advanced types, and even some design patterns. Now, it&amp;rsquo;s time to put that knowledge into action by building something truly practical and production-ready: a robust frontend component using a popular framework like React (or Vue, the principles are highly transferable!) and, of course, TypeScript.&lt;/p&gt;</description></item><item><title>TypeScript Practical Field Guide</title><link>https://ai-blog.noorshomelab.dev/guides/typescript-guide/</link><pubDate>Fri, 05 Dec 2025 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/guides/typescript-guide/</guid><description>&lt;h2 id="welcome-to-your-typescript-mastery-journey"&gt;Welcome to Your TypeScript Mastery Journey!&lt;/h2&gt;
&lt;p&gt;Hello future TypeScript wizard! Are you ready to level up your JavaScript skills and build more robust, maintainable, and scalable applications? You&amp;rsquo;ve come to the right place! This guide is designed to take you from the absolute basics of TypeScript all the way to advanced patterns and production-ready best practices.&lt;/p&gt;
&lt;h3 id="what-is-typescript"&gt;What is TypeScript?&lt;/h3&gt;
&lt;p&gt;At its heart, &lt;strong&gt;TypeScript is a superset of JavaScript&lt;/strong&gt; that adds static types to the language. Think of it as JavaScript with an intelligent co-pilot that helps you catch errors &lt;em&gt;before&lt;/em&gt; your code even runs. It compiles down to plain JavaScript, meaning it runs anywhere JavaScript does – in browsers, Node.js, and beyond!&lt;/p&gt;</description></item></channel></rss>