<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
    <channel>
        <title><![CDATA[Evan's Blog | RSS Feed]]></title>
        <description><![CDATA[Welcome to Evan's Blog!]]></description>
        <link>https://evanwu.dev</link>
        <generator>RSS for Node</generator>
        <lastBuildDate>Sat, 06 Jun 2026 16:48:10 GMT</lastBuildDate>
        <atom:link href="https://evanwu.dev/rss.xml" rel="self" type="application/rss+xml"/>
        <pubDate>Sat, 06 Jun 2026 16:48:10 GMT</pubDate>
        <copyright><![CDATA[All rights reserved 2026]]></copyright>
        <item>
            <title><![CDATA[想清楚再动手]]></title>
            <description><![CDATA[AI 让软件开发变得前所未有的快，但真正的瓶颈已从"能不能写出来"变成了"知不知道该写什么"。]]></description>
            <link>https://evanwu.dev/articles/ai-thinking-before-coding</link>
            <guid isPermaLink="true">https://evanwu.dev/articles/ai-thinking-before-coding</guid>
            <pubDate>Mon, 18 May 2026 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[将 Next.js 应用从 Vercel 迁移到 Cloudflare Workers]]></title>
            <description><![CDATA[一篇实战指南，记录如何使用 OpenNext 将 Next.js 16 应用从 Vercel 迁移到 Cloudflare Workers，涵盖配置、踩坑和经验总结。]]></description>
            <link>https://evanwu.dev/articles/migrate-nextjs-to-cloudflare</link>
            <guid isPermaLink="true">https://evanwu.dev/articles/migrate-nextjs-to-cloudflare</guid>
            <pubDate>Mon, 06 Apr 2026 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[TanStack Start 上手体验：一小时与 Next.js 的对比]]></title>
            <description><![CDATA[基于真实上手过程，梳理 TanStack Start 的路由、Server Functions 与缓存心智模型，并与 Next.js 做具体优缺点对比。]]></description>
            <link>https://evanwu.dev/articles/tanstack-start-vs-next</link>
            <guid isPermaLink="true">https://evanwu.dev/articles/tanstack-start-vs-next</guid>
            <pubDate>Sun, 08 Feb 2026 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[用 Solana Attestation Service 打造数字凭证]]></title>
            <description><![CDATA[手把手带你用 Solana Attestation Service（SAS）创建、签发、验证和撤销链上数字凭证。]]></description>
            <link>https://evanwu.dev/articles/how-to-create-digital-credentials</link>
            <guid isPermaLink="true">https://evanwu.dev/articles/how-to-create-digital-credentials</guid>
            <pubDate>Sat, 01 Nov 2025 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Next 16: Next.js 新特性]]></title>
            <description><![CDATA[Next 16 是 Next.js 的最新版本，带来了许多新功能和改进。]]></description>
            <link>https://evanwu.dev/articles/next-16</link>
            <guid isPermaLink="true">https://evanwu.dev/articles/next-16</guid>
            <pubDate>Fri, 31 Oct 2025 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[如何使用 Anchor 构建与 Solana 智能合约交互的 React 前端]]></title>
            <description><![CDATA[学习如何使用 Anchor（一个用于构建 Solana 智能合约的框架）构建与 Solana 智能合约交互的 React 前端。]]></description>
            <link>https://evanwu.dev/articles/react-solana-anchor</link>
            <guid isPermaLink="true">https://evanwu.dev/articles/react-solana-anchor</guid>
            <pubDate>Fri, 24 Oct 2025 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[React 19.2: React 新特性]]></title>
            <description><![CDATA[探索 React 19.2 的最新特性，包括用于控制应用可见性和性能的全新 Activity 组件，以及用于处理外部系统事件的 useEffectEvent。]]></description>
            <link>https://evanwu.dev/articles/react-19-2</link>
            <guid isPermaLink="true">https://evanwu.dev/articles/react-19-2</guid>
            <pubDate>Fri, 17 Oct 2025 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Next.js 中的 Web 性能优化]]></title>
            <description><![CDATA[Web 性能描述了 Web 应用的快慢程度。这对应用开发至关重要。高度优化的 Web 应用速度快，用户体验好，并能带来更高的产品转化率和更高的搜索引擎排名。]]></description>
            <link>https://evanwu.dev/articles/web-performance-optimization</link>
            <guid isPermaLink="true">https://evanwu.dev/articles/web-performance-optimization</guid>
            <pubDate>Thu, 02 Oct 2025 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[React Server Components]]></title>
            <description><![CDATA[React Server Components (RSC) 代表了构建 React 应用的范式转变。作为 2020 年 12 月发布的实验性功能，RSC 现已成为 React 生态系统的核心部分，特别是在 Next.js 等利用该技术的框架兴起之后。在这篇博客中，我们将探索一些关于 React Server Components 的最佳技术资源，并附带代码示例帮助你更好地理解这些概念。]]></description>
            <link>https://evanwu.dev/articles/react-server-component</link>
            <guid isPermaLink="true">https://evanwu.dev/articles/react-server-component</guid>
            <pubDate>Sat, 09 Aug 2025 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[使用 useOptimistic 让你的应用感觉即时响应]]></title>
            <description><![CDATA[useOptimistic 是一个 React Hook，可以让你快速响应用户操作，让应用感觉即时响应。]]></description>
            <link>https://evanwu.dev/articles/use-optimistic-to-make-your-app-feel-instant</link>
            <guid isPermaLink="true">https://evanwu.dev/articles/use-optimistic-to-make-your-app-feel-instant</guid>
            <pubDate>Sun, 20 Jul 2025 00:00:00 GMT</pubDate>
        </item>
    </channel>
</rss>