vue2 vue3 react diff 算法比较

106 阅读1分钟

vue diff 算法

  • vue2 双端比较
  • vue3 最长增长子序列

react

  • fiber 链表 silbling 单向链表

困惑点 react 双端比较