<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Rick Yao</title>
    <link>https://rickyao.me</link>
    <description>Rick Yao 的个人博客：读书笔记、代码分享与旅行日记。</description>
    <language>zh-CN</language>
    <atom:link href="https://rickyao.me/rss.xml" rel="self" type="application/rss+xml"/>
    <item>
  <title>使用 Nix 管理及同步 dotfiles</title>
  <link>https://rickyao.me/posts/nix-dotfiles/</link>
  <guid>https://rickyao.me/posts/nix-dotfiles/</guid>
  <pubDate>Sun, 25 Feb 2024 16:00:00 GMT</pubDate>
  <description>从手写 shell 同步配置到用 Nix、home-manager 和 nix-darwin 管理多台 macOS 与 Linux 机器的开发环境。</description>
  <category>Nix</category><category>dotfiles</category><category>开发环境</category>
</item>
<item>
  <title>总是要给生活一些解释</title>
  <link>https://rickyao.me/posts/give-life-an-explanation/</link>
  <guid>https://rickyao.me/posts/give-life-an-explanation/</guid>
  <pubDate>Sat, 02 Sep 2023 16:00:00 GMT</pubDate>
  <description>从《怪诞行为学》和《漫长的余生》出发，思考人在变化与苦难面前如何理解和解释自己的生活。</description>
  <category>随笔</category><category>阅读</category><category>生活</category>
</item>
<item>
  <title>简单解读 Zustand 源码（二）：persist 中间件</title>
  <link>https://rickyao.me/posts/zustand-source-analysis-persist/</link>
  <guid>https://rickyao.me/posts/zustand-source-analysis-persist/</guid>
  <pubDate>Fri, 04 Aug 2023 16:00:00 GMT</pubDate>
  <description>解读 Zustand persist 中间件的实现，了解配置覆盖、状态 hydration 与持久化设计。</description>
  <category>Zustand</category><category>React</category><category>源码解读</category><category>持久化</category>
</item>
<item>
  <title>React Component 渲染优化</title>
  <link>https://rickyao.me/posts/react-rerender-optimization/</link>
  <guid>https://rickyao.me/posts/react-rerender-optimization/</guid>
  <pubDate>Mon, 24 Jul 2023 16:00:00 GMT</pubDate>
  <description>从状态下放、条件渲染和组件拆分等角度，梳理减少 React 不必要重新渲染的实用思路。</description>
  <category>React</category><category>性能优化</category><category>前端</category>
</item>
<item>
  <title>简单解读 Zustand 源码（一）</title>
  <link>https://rickyao.me/posts/zustand-source-analysis-first/</link>
  <guid>https://rickyao.me/posts/zustand-source-analysis-first/</guid>
  <pubDate>Sat, 22 Jul 2023 16:00:00 GMT</pubDate>
  <description>从 create 的基础用法出发，阅读 Zustand 4.3.7 的打包代码，理解轻量状态管理库的核心实现。</description>
  <category>Zustand</category><category>React</category><category>源码解读</category>
</item>
  </channel>
</rss>