graphql

alidlorenzo 2019-12-20T17:08:53.000800Z

anyone successfully use relay with clojurescript? would you recommended it? any examples / advice?

gklijs 2019-12-20T18:54:24.004700Z

I guess using re-graph should work fine. You probably want some functions specific for relay, for pagination and stuff. It's just a specific flavour of GraphQL, so I don't see why this would not work.

alidlorenzo 2019-12-20T20:17:55.007600Z

well relay requires a babel plugin and its own compiler, so a bit more complicated. i did find this react-relay package (https://github.com/cljsjs/packages/tree/master/react-relay), was wondering if anyone had experience with it