You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is faster and more light-weight (no deep comparisons, MUCH fewer objects)
It is strongly typed, which means it provides much better DX
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.
The text was updated successfully, but these errors were encountered:
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 usesKeyedState
s of RxDeep instead.Perhaps it should even be switched to the default since CONNECTIVE is really for much advanced use cases.
The text was updated successfully, but these errors were encountered: