om-next

LL 2017-12-02T16:40:50.000085Z

How to transfer parameters to a ui class in add-root!

LL 2017-12-02T16:43:55.000013Z

Such like (defui Root [this] (om/props this)) and (add-root! conciliar Root ....) How to transfer parameter?

2017-12-02T16:56:10.000016Z

Typically the reconciler is responsible for that. From the quick start, you can see Nolen uses the static IQuery interface to get state https://github.com/omcljs/om/wiki/Quick-Start-%28om.next%29