Skip to content

Commit

Permalink
chore: add link to Fre
Browse files Browse the repository at this point in the history
  • Loading branch information
aidenybai committed Aug 9, 2021
1 parent a9bdec4 commit 223e1f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/patch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export const patchChildren = (
}
}
} else if (keyed) {
// Diffing algorithm adapted from Fre
// Keyed reconciliation algorithm adapted from [Fre](/~https://github.com/yisar/fre)
let oldHead = 0;
let newHead = 0;
let oldTail = oldVNodeChildren.length - 1;
Expand Down

0 comments on commit 223e1f7

Please sign in to comment.