<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
    <channel>
        <title>LoveIt</title>
        <link>https://tzz-v.github.io/myblog/</link>
        <description>Hugo theme - LoveIt</description>
        <generator>Hugo -- gohugo.io</generator><language>zh-CN</language><managingEditor>:cowboy_hat_face: (肆码难椎)</managingEditor>
            <webMaster>:cowboy_hat_face: (肆码难椎)</webMaster><copyright>This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.</copyright><lastBuildDate>Wed, 26 Jul 2023 21:57:40 &#43;0800</lastBuildDate>
            <atom:link href="https://tzz-v.github.io/myblog/index.xml" rel="self" type="application/rss+xml" />
        <item>
    <title>读完 重构 之后</title>
    <link>https://tzz-v.github.io/myblog/%E8%AF%BB%E5%AE%8C-%E9%87%8D%E6%9E%84-%E4%B9%8B%E5%90%8E/</link>
    <pubDate>Wed, 26 Jul 2023 21:57:40 &#43;0800</pubDate>
    <author>肆码难椎</author>
    <guid>https://tzz-v.github.io/myblog/%E8%AF%BB%E5%AE%8C-%E9%87%8D%E6%9E%84-%E4%B9%8B%E5%90%8E/</guid>
    <description><![CDATA[前言 最近拜读了下《重构 改善既有代码的设计第二版》书里大概可以分为 4 部分，前半部分主要讲了 什么是重构、为什么要重构、什么时候重构；后半部分则是]]></description>
</item>
<item>
    <title>读react新官方文档，一些 hook 的使用</title>
    <link>https://tzz-v.github.io/myblog/%E8%AF%BBreact%E6%96%B0%E5%AE%98%E6%96%B9%E6%96%87%E6%A1%A3%E4%B8%80%E4%BA%9B-hook-%E7%9A%84%E4%BD%BF%E7%94%A8/</link>
    <pubDate>Mon, 05 Jun 2023 21:57:40 &#43;0800</pubDate>
    <author>肆码难椎</author>
    <guid>https://tzz-v.github.io/myblog/%E8%AF%BBreact%E6%96%B0%E5%AE%98%E6%96%B9%E6%96%87%E6%A1%A3%E4%B8%80%E4%BA%9B-hook-%E7%9A%84%E4%BD%BF%E7%94%A8/</guid>
    <description><![CDATA[前言 React 的新官方文档更新了有一段时间了，最近看了下，发现有不少新东西。 一些默默出现的新的 hooks useId 在 React 中直接编写 ID 并不是一个好的习惯，一个组件可能会]]></description>
</item>
<item>
    <title>Promise 对象池</title>
    <link>https://tzz-v.github.io/myblog/promise-%E5%AF%B9%E8%B1%A1%E6%B1%A0/</link>
    <pubDate>Sun, 16 Apr 2023 21:57:40 &#43;0800</pubDate>
    <author>肆码难椎</author>
    <guid>https://tzz-v.github.io/myblog/promise-%E5%AF%B9%E8%B1%A1%E6%B1%A0/</guid>
    <description><![CDATA[我正在参加「掘金·启航计划」 前言 最近leetcode专门出了一个 JavaScript 专栏，里面是一些和 javaScript 相关的题目，基本上是问一些日常使用或经典的工具函数的内]]></description>
</item>
<item>
    <title>要是创建MR(PR)后它能自己创建一份预览环境就好了</title>
    <link>https://tzz-v.github.io/myblog/%E8%A6%81%E6%98%AF%E5%88%9B%E5%BB%BAmrpr%E5%90%8E%E5%AE%83%E8%83%BD%E8%87%AA%E5%B7%B1%E5%88%9B%E5%BB%BA%E4%B8%80%E4%BB%BD%E9%A2%84%E8%A7%88%E7%8E%AF%E5%A2%83%E5%B0%B1%E5%A5%BD%E4%BA%86/</link>
    <pubDate>Mon, 20 Mar 2023 21:57:40 &#43;0800</pubDate>
    <author>肆码难椎</author>
    <guid>https://tzz-v.github.io/myblog/%E8%A6%81%E6%98%AF%E5%88%9B%E5%BB%BAmrpr%E5%90%8E%E5%AE%83%E8%83%BD%E8%87%AA%E5%B7%B1%E5%88%9B%E5%BB%BA%E4%B8%80%E4%BB%BD%E9%A2%84%E8%A7%88%E7%8E%AF%E5%A2%83%E5%B0%B1%E5%A5%BD%E4%BA%86/</guid>
    <description><![CDATA[懒也是人类进步的阶梯 一个因为懒而写出来的前端工具-前端项目预览 🙃 前言 在正文开始之前，不得不先提一下我们公司的代码合并流程。 日常开发中，当局者]]></description>
</item>
<item>
    <title>期待Web Component的未来</title>
    <link>https://tzz-v.github.io/myblog/%E6%9C%9F%E5%BE%85web-component%E7%9A%84%E6%9C%AA%E6%9D%A5/</link>
    <pubDate>Tue, 07 Mar 2023 00:00:00 &#43;0000</pubDate>
    <author>肆码难椎</author>
    <guid>https://tzz-v.github.io/myblog/%E6%9C%9F%E5%BE%85web-component%E7%9A%84%E6%9C%AA%E6%9D%A5/</guid>
    <description><![CDATA[Web Component 本身不是一个规范，而是一组技术的应用，Web Component 现阶段主要分为三部分：Custom element、Shadow DOM、Template。通]]></description>
</item>
<item>
    <title>Docker初识</title>
    <link>https://tzz-v.github.io/myblog/docker%E5%88%9D%E8%AF%86/</link>
    <pubDate>Thu, 23 Feb 2023 21:57:40 &#43;0800</pubDate>
    <author>肆码难椎</author>
    <guid>https://tzz-v.github.io/myblog/docker%E5%88%9D%E8%AF%86/</guid>
    <description><![CDATA[前言 在我这可以，在你那怎么就跑不起来了？ 在以前，项目开发完成后，测试/运维需要从头到尾搭建环境、调试。这样的话经常出现在开发的口中，不过，随]]></description>
</item>
<item>
    <title>ahooks中的核心hook-useRequest（下）</title>
    <link>https://tzz-v.github.io/myblog/ahooks%E4%B8%AD%E7%9A%84%E6%A0%B8%E5%BF%83hook-userequest%E4%B8%8B/</link>
    <pubDate>Sat, 26 Nov 2022 16:01:23 &#43;0800</pubDate>
    <author>肆码难椎</author>
    <guid>https://tzz-v.github.io/myblog/ahooks%E4%B8%AD%E7%9A%84%E6%A0%B8%E5%BF%83hook-userequest%E4%B8%8B/</guid>
    <description><![CDATA[开启掘金成长之旅！这是我参与「掘金日新计划 · 12 月更文挑战」的第 2 天，点击查看活动详情 前言 之前大致说了下 useRequest hook 的基本功能的实现。但 useRequest 的强大不止于]]></description>
</item>
<item>
    <title>ahooks中的核心hook-useRequest（上）</title>
    <link>https://tzz-v.github.io/myblog/ahooks%E4%B8%AD%E7%9A%84%E6%A0%B8%E5%BF%83hook-userequest%E4%B8%8A/</link>
    <pubDate>Wed, 23 Nov 2022 16:01:23 &#43;0800</pubDate>
    <author>肆码难椎</author>
    <guid>https://tzz-v.github.io/myblog/ahooks%E4%B8%AD%E7%9A%84%E6%A0%B8%E5%BF%83hook-userequest%E4%B8%8A/</guid>
    <description><![CDATA[开启掘金成长之旅！这是我参与「掘金日新计划 · 12 月更文挑战」的第 1 天，点击查看活动详情 前言 useRequest 是一个异步数据管理的 hooks，是 ahooks Hooks 库的核心 ho]]></description>
</item>
<item>
    <title>react-router v6</title>
    <link>https://tzz-v.github.io/myblog/react-router-v6/</link>
    <pubDate>Sun, 23 Oct 2022 21:57:40 &#43;0800</pubDate>
    <author>肆码难椎</author>
    <guid>https://tzz-v.github.io/myblog/react-router-v6/</guid>
    <description><![CDATA[前言 之前一直负责老项目的迭代，而且很少关注 router 相关的代码，直到上个月公司开了一个新项目，当我着手开始配置路由时突然发现，嗯？Switch 标签咋]]></description>
</item>
<item>
    <title>js高程学习笔记</title>
    <link>https://tzz-v.github.io/myblog/js%E9%AB%98%E7%A8%8B%E5%AD%A6%E4%B9%A0%E7%AC%94%E8%AE%B0/</link>
    <pubDate>Mon, 10 Jan 2022 21:57:40 &#43;0800</pubDate>
    <author>肆码难椎</author>
    <guid>https://tzz-v.github.io/myblog/js%E9%AB%98%E7%A8%8B%E5%AD%A6%E4%B9%A0%E7%AC%94%E8%AE%B0/</guid>
    <description><![CDATA[红宝书（学习笔记） 三、语言基础 null 和 undefined（3.4） null: 表示一个空对象指针。这也是 typeof null 会返回‘object’的原因。 undefine]]></description>
</item>
</channel>
</rss>
