Yew: Virtual DOM is too coupled to Yew Framework

Created on 28 Nov 2019  路  4Comments  路  Source: yewstack/yew

Description

Yew's Virtual DOM implementation is too coupled to the framework and should be moved to a different crate if possible. This would allow other backends to be used with Yew in the future.

feature

Most helpful comment

Everything in Yew is pretty tied to the virtual DOM, but I've been trying to think of ways to move away from using a virtual DOM.

All 4 comments

Is there anyway for yew to not use virtual DOM like dominator? What are the implications of not using it? It felt like GC (initial rust) vs no GC (current rust) to me.

Everything in Yew is pretty tied to the virtual DOM, but I've been trying to think of ways to move away from using a virtual DOM.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

kellytk picture kellytk  路  4Comments

FrontMage picture FrontMage  路  4Comments

sackery picture sackery  路  3Comments

IngwiePhoenix picture IngwiePhoenix  路  4Comments

sanpii picture sanpii  路  3Comments