Fork me on GitHub
#re-frame
<
2017-06-16
>
naomarik06:06:51

i’m also very interested in this. i’m very tempted to make the jump with my app because i’m essentially just sending part of a normalized database as a map to the client and filtering through it in my subs to get what I want. I think being able to query and join data automatically would be much easier but no idea what problems i may face, not enough use cases to make a proper judgement

naomarik06:06:32

i’m also wondering what’s preventing people from writing a small wrapper around tonsky’s datascript instead of using posh?

naomarik07:06:18

hehe — didn’t realize this is exactly what posh is. saw the datascript dependency commented out from the project.clj and assumed it wasn’t using it

mccraigmccraig11:06:00

i'm thinking that a combo of data-frame||re-posh and lacinia might be extremely cool - each of them would remove significant amounts of ad-hoc repetition from my codebase