Skip to content

Commit

Permalink
tweak: 🔧 link to source
Browse files Browse the repository at this point in the history
  • Loading branch information
ubugeeei committed Nov 11, 2023
1 parent 00431a6 commit 84f9122
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -421,3 +421,5 @@ const processText = (
![patch_rendering](https://raw.githubusercontent.com/Ubugeeei/chibivue/main/book/images/patch_rendering.png)
これで virtual DOM を利用したパッチが実装できました!!!!! 祝
ここまでのソースコード: [GitHub](https://github.com/Ubugeeei/chibivue/tree/main/book/impls/10_minimum_example/040_vdom_system)
Original file line number Diff line number Diff line change
Expand Up @@ -393,3 +393,5 @@ Now that we can perform diff rendering, let's take a look at the playground.
![patch_rendering](https://raw.githubusercontent.com/Ubugeeei/chibivue/main/book/images/patch_rendering.png)

We have successfully implemented patching using virtual DOM!!!!! Congratulations!

Source code up to this point: [GitHub](https://github.com/Ubugeeei/chibivue/tree/main/book/impls/10_minimum_example/040_vdom_system)

0 comments on commit 84f9122

Please sign in to comment.