Fork me on GitHub
#component
<
2016-11-14
>
seantempesta07:11:09

Has anyone used component with re-frame? I’m trying to figure out how to access a Datascript DB in re-frame’s handlers.

sandqvist18:11:27

I would not expect much success there. Re-frame initializes and holds state in one if its namespaces. Everything uses that state atom directly by name, the same way mount works. This is also why it is difficult to use with devcards.