<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Web Performance on AI VOID</title><link>https://ai-blog.noorshomelab.dev/tags/web-performance/</link><description>Recent content in Web Performance on AI VOID</description><generator>Hugo</generator><language>en</language><lastBuildDate>Sat, 14 Feb 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://ai-blog.noorshomelab.dev/tags/web-performance/index.xml" rel="self" type="application/rss+xml"/><item><title>Chapter 1: The View Transition Foundation: A Quick Refresher</title><link>https://ai-blog.noorshomelab.dev/scoped-view-transitions-2025/chapter-1-view-transition-foundation/</link><pubDate>Fri, 05 Dec 2025 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/scoped-view-transitions-2025/chapter-1-view-transition-foundation/</guid><description>&lt;h2 id="chapter-1-the-view-transition-foundation-a-quick-refresher"&gt;Chapter 1: The View Transition Foundation: A Quick Refresher&lt;/h2&gt;
&lt;p&gt;Welcome, future web animation wizard! You&amp;rsquo;re about to embark on an exciting journey into the world of Scoped View Transitions, a powerful extension that will unlock new levels of fluidity and dynamism in your web applications. But before we dive deep into the &amp;ldquo;scoped&amp;rdquo; magic, it&amp;rsquo;s crucial to have a solid understanding of the foundational View Transition API.&lt;/p&gt;
&lt;p&gt;In this chapter, we&amp;rsquo;ll take a quick, friendly refresher course on the core View Transition API. We&amp;rsquo;ll cover what it is, why it&amp;rsquo;s so revolutionary, and how to implement a basic transition from scratch. Think of this as our warm-up exercise – ensuring our muscles are ready for the more advanced techniques we&amp;rsquo;ll explore later. If you&amp;rsquo;re completely new to View Transitions, don&amp;rsquo;t worry! This chapter is designed to get you up to speed without feeling overwhelmed.&lt;/p&gt;</description></item><item><title>Chapter 4: Deep Dive into Rendering Strategies (SPA, SSR, SSG)</title><link>https://ai-blog.noorshomelab.dev/react-system-design-guide/rendering-strategies-deep-dive/</link><pubDate>Sat, 14 Feb 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/react-system-design-guide/rendering-strategies-deep-dive/</guid><description>&lt;h2 id="chapter-4-deep-dive-into-rendering-strategies-spa-ssr-ssg"&gt;Chapter 4: Deep Dive into Rendering Strategies (SPA, SSR, SSG)&lt;/h2&gt;
&lt;p&gt;Welcome back, future Senior React Architects! In our previous chapters, we laid the groundwork for building robust React applications. We explored component composition, state management, and the core principles that make React so powerful. Now, it&amp;rsquo;s time to tackle one of the most critical decisions in frontend system design: &lt;strong&gt;how your application gets rendered and delivered to the user&amp;rsquo;s browser.&lt;/strong&gt;&lt;/p&gt;</description></item><item><title>Chapter 4: Anatomy of a Scoped Transition: Pseudo-elements Explained</title><link>https://ai-blog.noorshomelab.dev/scoped-view-transitions-2025/chapter-4-anatomy-pseudo-elements/</link><pubDate>Fri, 05 Dec 2025 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/scoped-view-transitions-2025/chapter-4-anatomy-pseudo-elements/</guid><description>&lt;h2 id="chapter-4-anatomy-of-a-scoped-transition-pseudo-elements-explained"&gt;Chapter 4: Anatomy of a Scoped Transition: Pseudo-elements Explained&lt;/h2&gt;
&lt;p&gt;Welcome back, intrepid web developer! In our previous chapters, you learned the magic of initiating Scoped View Transitions using &lt;code&gt;element.startViewTransition()&lt;/code&gt;. You saw how effortlessly the browser can animate changes within a specific part of your page, creating delightful user experiences. But what if you want more control? What if you want to dictate &lt;em&gt;how&lt;/em&gt; those animations happen?&lt;/p&gt;
&lt;p&gt;That&amp;rsquo;s exactly what we&amp;rsquo;ll uncover in this chapter! We&amp;rsquo;re going to peel back the layers and peer into the inner workings of a View Transition. You&amp;rsquo;ll learn about the special &amp;ldquo;pseudo-elements&amp;rdquo; the browser creates behind the scenes to perform these animations. Understanding these elements is your key to unlocking truly custom, beautiful, and performant transitions. Get ready to dive deep into the browser&amp;rsquo;s rendering process and gain mastery over your animations!&lt;/p&gt;</description></item><item><title>Chapter 13: Performance Considerations and Optimization Techniques</title><link>https://ai-blog.noorshomelab.dev/puter-js-mastery-2026/chapter-13-performance-optimization/</link><pubDate>Mon, 12 Jan 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/puter-js-mastery-2026/chapter-13-performance-optimization/</guid><description>&lt;h2 id="chapter-13-performance-considerations-and-optimization-techniques"&gt;Chapter 13: Performance Considerations and Optimization Techniques&lt;/h2&gt;
&lt;p&gt;Welcome back, aspiring Puter.js developer! In our journey through building powerful applications for the Puter.js Web OS, we&amp;rsquo;ve focused heavily on functionality and features. But what&amp;rsquo;s a feature-rich application if it&amp;rsquo;s slow, laggy, or consumes too many resources? Not very user-friendly, right?&lt;/p&gt;
&lt;p&gt;This chapter is all about making your Puter.js applications not just work, but work &lt;em&gt;beautifully&lt;/em&gt; – fast, responsive, and efficient. We&amp;rsquo;ll dive into the core principles of web performance and see how they apply specifically to the unique environment of Puter.js. By the end of this chapter, you&amp;rsquo;ll have a solid understanding of how to identify bottlenecks and apply optimization techniques to ensure your Puter.js apps deliver a smooth, snappy experience for your users.&lt;/p&gt;</description></item><item><title>Scoped View Transitions Practical Field Guide</title><link>https://ai-blog.noorshomelab.dev/guides/scoped-view-transitions-guide/</link><pubDate>Fri, 05 Dec 2025 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/guides/scoped-view-transitions-guide/</guid><description>&lt;h2 id="welcome-to-the-world-of-scoped-view-transitions"&gt;Welcome to the World of Scoped View Transitions!&lt;/h2&gt;
&lt;p&gt;Get ready to transform your web applications with smooth, elegant, and highly controlled UI animations. This guide will take you on an exciting journey, breaking down complex concepts into simple, actionable steps. By the end, you&amp;rsquo;ll be able to craft stunning transitions that make your user interfaces feel incredibly polished and responsive.&lt;/p&gt;
&lt;h3 id="what-is-scoped-view-transitions"&gt;What is Scoped View Transitions?&lt;/h3&gt;
&lt;p&gt;Imagine you have a complex web page with many interactive components – a list of cards, a modal dialog, a navigation menu. The original View Transition API was groundbreaking for animating &lt;em&gt;entire page&lt;/em&gt; changes, but what if you only want to animate a &lt;em&gt;small part&lt;/em&gt; of your page, like a single card expanding or a sidebar sliding in, &lt;em&gt;without affecting everything else&lt;/em&gt;?&lt;/p&gt;</description></item></channel></rss>