Closed schell closed 2 years ago
txrx.rs
futures::{stream::Stream, sink::Sink}
Contravariant
Component
IsElmComponent
Dom
web_sys::JsValue
View
web_sys
Patch
ListPatch
ViewBuilder
HashPatch
Gizmo
ElmComponent
Wow! This all looks like really useful stuff. I'm considering starting a new project from this branch.
Thanks @cryptoquick, and thank you for the sponsor, it really helps! 🙇
txrx.rs
) in favor offutures::{stream::Stream, sink::Sink}
Contravariant
Component
trait toIsElmComponent
Dom
for wrappingweb_sys::JsValue
View
's type variable changes from aweb_sys
element type toDom
or other domain specific type (where domain is web, game, terminal, etc)Patch
toListPatch
,ListPatch
takesViewBuilder
s instead ofView
sHashPatch
ViewBuilder
is not CloneGizmo
, which is kind of replaced byComponent
andElmComponent