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/
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.
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.