
  <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
      <title>Chad&#39;s Blog</title>
      <link>https://www.ruoduan.cn/blog</link>
      <description>若端的个人技术实验室，记录前端、工程化、Node.js、Python 和探索实践。</description>
      <language>zh-cn</language>
      <managingEditor>z.ruoduan@gmail.com (Chad)</managingEditor>
      <webMaster>z.ruoduan@gmail.com (Chad)</webMaster>
      <lastBuildDate>Mon, 17 Jun 2019 00:00:00 GMT</lastBuildDate>
      <atom:link href="https://www.ruoduan.cn/tags/react/feed.xml" rel="self" type="application/rss+xml"/>
      
  <item>
    <guid>https://www.ruoduan.cn/blog/React-Native-打包Android-APK</guid>
    <title>React-Native 打包Android.APK</title>
    <link>https://www.ruoduan.cn/blog/React-Native-打包Android-APK</link>
    <description>ReactNative 打包 Android.APK 1. 生成签名秘钥 输入一些必要信息 name password ... 1.1 直接使用 Android studio 进行签名 傻瓜式 next 不做赘述 2、设置 gradle 变量： 修改 android/gradle.properties 文件，增加如下 </description>
    <pubDate>Mon, 17 Jun 2019 00:00:00 GMT</pubDate>
    <author>z.ruoduan@gmail.com (Chad)</author>
    <category>React</category>
  </item>

  <item>
    <guid>https://www.ruoduan.cn/blog/React-Redux</guid>
    <title>React-Redux</title>
    <link>https://www.ruoduan.cn/blog/React-Redux</link>
    <description>Redux and Reactredux 莞式教程（新手必看） 为了方便使用者使用，这里就 redux 和 reactredux 一并讲究使用了，会了 reactredux，redux 也就没问题了，只不过稍微封装了一下 教程方式 1. 我们先讲理论，先明白 render、action、 store 、connect </description>
    <pubDate>Thu, 25 Apr 2019 00:00:00 GMT</pubDate>
    <author>z.ruoduan@gmail.com (Chad)</author>
    <category>React</category>
  </item>

  <item>
    <guid>https://www.ruoduan.cn/blog/React-mode</guid>
    <title>React-mode[进阶] React模式梳理</title>
    <link>https://www.ruoduan.cn/blog/React-mode</link>
    <description>缘起 在这个 find a job 地狱难度的时间，整理一份 React 核心指南，共勉之 p s：本文章属进阶知识点 如还不了解 目录结构 [toc] 壹、Context Context 提供了一个无需为每层组件手动添加props，就能在组件树间进行数据传递的方法。 for example 典型解决方案就是Conte</description>
    <pubDate>Tue, 07 Apr 2020 00:00:00 GMT</pubDate>
    <author>z.ruoduan@gmail.com (Chad)</author>
    <category>React</category>
  </item>

  <item>
    <guid>https://www.ruoduan.cn/blog/React-router嵌套路由传值-render和children</guid>
    <title>React-router嵌套路由传值(render和children)</title>
    <link>https://www.ruoduan.cn/blog/React-router嵌套路由传值-render和children</link>
    <description>小栗子： 例如： 我们的路由格式如下: 我们想在 渲染 通过组件传值的方式父组件吧子组件的路由传过去从而实现渲染，传统的父子组件传值是用不了的 错误示范： 正确示范： 传值： 接收： 阐述： 编程式导航，可以在一个组件中用 this.props.history.push(&quot;/path&quot;,{name:&quot;hellow&quot;})</description>
    <pubDate>Tue, 16 Apr 2019 00:00:00 GMT</pubDate>
    <author>z.ruoduan@gmail.com (Chad)</author>
    <category>React</category>
  </item>

  <item>
    <guid>https://www.ruoduan.cn/blog/React-use-WebWorker</guid>
    <title>React项目使用 Web Worker</title>
    <link>https://www.ruoduan.cn/blog/React-use-WebWorker</link>
    <description>缘起 Web Worker 老生常谈了 —— 它允许你在主线程之外创建额外的线程来执行任务，例如处理文件，埋点轮询，如何在 React 中使用呢 ？ webpack5^ JSX wk.ts import.meta 是一个内置在 ES 模块内部的对象，import.meta.url 表示一个模块在浏览器和 Node.js</description>
    <pubDate>Wed, 06 Mar 2024 00:00:00 GMT</pubDate>
    <author>z.ruoduan@gmail.com (Chad)</author>
    <category>React</category>
  </item>

  <item>
    <guid>https://www.ruoduan.cn/blog/mobx-basic</guid>
    <title>mobx-basic</title>
    <link>https://www.ruoduan.cn/blog/mobx-basic</link>
    <description>Mobxbasic(快速上手)莞式教程 之前写过一篇 redux 的教程 可以参考 本篇讲通过通俗易懂的方式让你快速上手 mobx 的基本使用，虽然已经可以满足大部分开发中的需求但是详细 请参考 本篇配 https://github.com/Chad97/mobxbasic 如果对想要快速入门的你有所帮助请给点个小小的</description>
    <pubDate>Mon, 01 Jul 2019 00:00:00 GMT</pubDate>
    <author>z.ruoduan@gmail.com (Chad)</author>
    <category>React</category>
  </item>

  <item>
    <guid>https://www.ruoduan.cn/blog/reactHook-Typescript从入门到实践</guid>
    <title>reactHook+Typescript从入门到实践</title>
    <link>https://www.ruoduan.cn/blog/reactHook-Typescript从入门到实践</link>
    <description>@本文章 Ruoduan.cn 转载请注明出处 缘起 公司中台系统要新增公司项目 —— IM即时聊天 的后台管理，由本人全程负责，前端技术选型 想采用目前比较新比较hot的技术 —— reactHook + reactRouter5 + Typescript + （mobx | useContext + useStat</description>
    <pubDate>Tue, 03 Dec 2019 00:00:00 GMT</pubDate>
    <author>z.ruoduan@gmail.com (Chad)</author>
    <category>React</category>
  </item>

  <item>
    <guid>https://www.ruoduan.cn/blog/记-react-connect中使用forwardRef问题</guid>
    <title>记-react-connect中使用forwardRef问题</title>
    <link>https://www.ruoduan.cn/blog/记-react-connect中使用forwardRef问题</link>
    <description>记reactconnect中使用forwardRef问题。 最近在dvajs中使用onRef的过程中，需要给 绑定connect 的组件 透传 forwardRef 类似这样的形式： 给传进来的onRef绑定上自己的方法h2 直接这样写的话 是不行🙅的因为ref被Hoc 高阶组件{connect} &quot;隔离了&quot; Err</description>
    <pubDate>Fri, 25 Sep 2020 00:00:00 GMT</pubDate>
    <author>z.ruoduan@gmail.com (Chad)</author>
    <category>React</category>
  </item>

    </channel>
  </rss>
