Rx and React match made in heaven!.
-
To use Var[T] as props use
RxVarComponent
-
To use Rx[T] as props use
RxComponent
-
RxComponent/RxVarComponent skip updates coming from parent , they only updated when
Var/Rx
changed. -
if you're overriding
componentDidMount
orcomponentWillUnMount
then make sure you call super calls.