ubugeeei / chibivue

chibivue is minimal Vue.js v3 core implementations (Reactivity System, Virtual DOM, Component, Compiler (Template, SFC)). An online book for building your own Vue.js.
https://ubugeeei.github.io/chibivue/
360 stars 37 forks source link

Chapter: Compiler Optimization (Patch Flags) #63

Open ubugeeei opened 1 year ago

phoenix-ru commented 8 months ago

I'd like to +1 on this. Do you need some help writing it? I would personally love to learn about how Patch Flags are implemented (I need to add them to my compiler), and we can write the chapter with our combined effort