UIx + re-frame
Last updated
Last updated
Shipclojure uses UIx as a react wrapper as it supports more modern react better than consacrated tools like Reagent.
See for more details.
While re-frame was developed specifically for Reagent, it can very well be used with other wrappers like Helix and UIx.
Instead of using the clasic subscription as you would in Reagent:
There is a hook to subscribe to the re-frame db that can be used from UIx components.