关键字:继承
  • 精读《设计模式 - Mediator 中介者模式》
    <h1 id="mediator">Mediator(中介者模式)</h1> <p>Mediator(中介者模式)属于行为型模式。</p> <p><strong>意图:用一个中介对象来封装一系列的对象交互。中介者使各对象不需要显示地相互引用 ...
  • 精读《unstated 与 unstated-next 源码》
    <h2 id="1">1 引言</h2> <p><a href="https://github.com/jamiebuilds/unstated">unstated</a> 是基于 Class Component 的数据流管理库,<a hr ...
  • 精读《JS 引擎基础之 Shapes and Inline Caches》
    <h2 id="1">1 引言</h2> <p>本期精读的文章是:<a href="https://mathiasbynens.be/notes/shapes-ics">JS 引擎基础之 Shapes and Inline Caches</ ...
  • 精读《robot 源码 - 有限状态机》
    <h2 id="1">1 概述</h2> <p>本期精读的是有限状态机管理工具 <a href="https://github.com/matthewp/robot">robot</a> 源码。</p> <p>有限状态机是指有限个数的状态之 ...
  • 精读《前端数据流哲学》
    <p>本系列分三部曲:《框架实现》 《框架使用》 与 《数据流哲学》,这三篇是我对数据流阶段性的总结,正好补充之前过时的文章。</p> <p>本篇是收官之作 《前端数据流哲学》。</p> <h2 id="1">1 引言</h2> <p>写这 ...
  • 精读《设计模式 - Adapter 适配器模式》
    <h1 id="adapter">Adapter(适配器模式)</h1> <p>Adapter(适配器模式)属于结构型模式,别名 <code>wrapper</code>,结构性模式关注的是如何组合类与对象,以获得更大的结构,我们平常工作大 ...
  • 精读《设计模式 - Decorator 装饰器模式》
    <h1 id="decorator">Decorator(装饰器模式)</h1> <p>Decorator(装饰器模式)属于结构型模式,是一种拓展对象额外功能的设计模式,别名 <code>wrapper</code>。</p> <p><st ...
  • 精读《React 高阶组件》
    <p>本期精读文章是:<a href="https://medium.com/@franleplant/react-higher-order-components-in-depth-cf9032ee6c3e">React Higher O ...
  • 精读《React PowerPlug 源码》
    <h1 id="1">1. 引言</h1> <p><a href="https://github.com/renatorib/react-powerplug">React PowerPlug</a> 是利用 render props 进行更 ...
  • call、apply、bind的区别
    <h2 id="callapply">call()和apply()</h2> <h3 id="_1">介绍</h3> <p>这两个方法都是函数对象的方法,需要通过函数对象来调用。</p> <p>当函数调用call()和apply()时,函数 ...

暂无数据