CONNECT-platform / connective-html

explicitly reactive HTML user interfaces
https://connective-html-intro.stackblitz.io/
MIT License
11 stars 0 forks source link

Support RxDeep and add an RxJS based List component based on it #8

Open loreanvictor opened 4 years ago

loreanvictor commented 4 years ago

Why should it be added?

RxDeep provides most of the functionality of CONNECTIVE's deep states but offers following advantages:

What should be added?

A List component (i.e. RxList) which works with Observables instead of Pins and uses KeyedStates of RxDeep instead. Perhaps it should even be switched to the default since CONNECTIVE is really for much advanced use cases.