
  <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
      <title>祝你好运的技术博客</title>
      <link>https://www.calvinhappy.com//blog</link>
      <description>这是一个技术博客，用Next.js，Markdown还有Tailwind.css来构建的</description>
      <language>en-us</language>
      <managingEditor>sunkehappy@gmail.com (祝你好运)</managingEditor>
      <webMaster>sunkehappy@gmail.com (祝你好运)</webMaster>
      <lastBuildDate>Thu, 22 Sep 2022 00:00:00 GMT</lastBuildDate>
      <atom:link href="https://www.calvinhappy.com//tags/原理/feed.xml" rel="self" type="application/rss+xml"/>
      
  <item>
    <guid>https://www.calvinhappy.com//blog/2022-09-22-how-immer-works</guid>
    <title>immer原理解析</title>
    <link>https://www.calvinhappy.com//blog/2022-09-22-how-immer-works</link>
    <description>问题引入：在React里面，我们`setState`的时候，需要新生成一份state，如果这个state比较大，而且有嵌套，这种操作会变的很繁琐，也很容易出错，比如下面这个：</description>
    <pubDate>Thu, 22 Sep 2022 00:00:00 GMT</pubDate>
    <author>sunkehappy@gmail.com (祝你好运)</author>
    <category>React</category><category>ImmerJs</category><category>原理</category><category>Proxy</category>
  </item>

    </channel>
  </rss>
