bakape / brunhild

experimental compressive Rust virtual DOM library
MIT License
13 stars 0 forks source link

Mutation queue #10

Closed bakape closed 5 years ago

bakape commented 5 years ago

Instead of keeping and syncing 2 VDOM trees, keep a mutation queue with deduplication instead and patch it into the DOM node tree on RAF.