Fork me on GitHub
#pathom
<
2020-10-06
>
λustin f(n)23:10:15

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)23:10:27

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)23:10:47

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.