pathom

:pathom: https://github.com/wilkerlucio/pathom/ & https://pathom3.wsscode.com & https://roamresearch.com/#/app/wsscode
λustin f(n) 2020-10-06T23:26:15.041500Z

Are there any EQL client libraries that are more standalone than Fulcro itself? A-la how there are GraphQL client libraries for a number of web frameworks including React? https://www.apollographql.com/docs/react/

λustin f(n) 2020-10-06T23:29:27.044400Z

I am trying to transition to a Graph query paradigm for my team, but we have a number of React front ends we support. I would like to be able to take advantage of EQL/Pathom for them as well without having to commit those projects to transitioning to Fulcro entirely.

λustin f(n) 2020-10-06T23:31:47.046600Z

As far as I can tell, without a way to 'partially transition' using a client, I will have to use GraphQL instead. But in working through that approach I have found it just isn't as powerful as Pathom's model.