It's worth creating tiny minimal package with es-compliant Observable class (like channel) - call it 0bx? 0b? (both are registered)
It can alleviate significantly need in operators and glue well element-props, v and h.
[ ] need to support O.from, taking any observable-like input - basically what sube does
[ ] need to support O.map and O.filter - super useful for instant props picking/mapping, minimal replacement for operators
It's worth creating tiny minimal package with es-compliant Observable class (like channel) - call it 0bx? 0b? (both are registered) It can alleviate significantly need in operators and glue well
element-props
,v
andh
.O.from
, taking any observable-like input - basically whatsube
doesO.map
andO.filter
- super useful for instant props picking/mapping, minimal replacement for operatorselement-props
,v
,h
and$