Fork me on GitHub
#re-frame
<
2019-11-07
>
Ivan Fedorov11:11:54

Are there any examples/approaches to modularizing re-frame apps? I have two very different views under the same hood. Thinking now about making separate app-core that will handle persistence and two view-centric modules, that will handle subscriptions and view-specific state. I would like to have separate state roots (dbs) for each module. This should be easier to test and comprehend.

Ivan Fedorov18:11:23

@mikethompson hey thanks ! I think I’ve seen somewhere a library that used app-db splitting