I was having a discussion with @Demonthos on optimizing Yew's rendering performance and came to the conclusion that we should separate static vs dynamic items in the VDOM tree, similar to Dioxux.
Dioxus has done a great job at optimizing it's Virtual DOM. I would like to see it extracted into a separate crate that everyone can use and build upon. This crate should be independent of any frameworks but could/should have concepts of components and such.
If this is something that is wanted, I would be happy to lend a hand in extracting the code and publishing it (preferably in a separate repository)
I was having a discussion with @Demonthos on optimizing Yew's rendering performance and came to the conclusion that we should separate static vs dynamic items in the VDOM tree, similar to Dioxux.
Dioxus has done a great job at optimizing it's Virtual DOM. I would like to see it extracted into a separate crate that everyone can use and build upon. This crate should be independent of any frameworks but could/should have concepts of components and such.
If this is something that is wanted, I would be happy to lend a hand in extracting the code and publishing it (preferably in a separate repository)