yew/packages
WorldSEnder c5ffe601f2
Implement an internal DomSlot for positioning instead of NodeRef (#3048)
use instead of NodeRef, decoupling the two
fixes #3043

* implement internal DomSlot
* move DomSlot into submodule of dom_bundle
* hide behind feature csr
* add test cases
* write get in continuation style, this saves a clone
* private DomSlot::get
2023-01-09 15:08:08 +01:00
..