Fork me on GitHub
#graphql
<
2017-05-25
>
jimmy01:05:58

@hlship Congrats on the new release of lacinia. I would love to know do you guys use react-relay in clojurescript ? Or this lib is mainly for current javascript / react native apps. Thanks

domkm16:05:41

@nxqd I used the old version of Relay with CLJS. It was very painful. Here's the (terrible) wrapper I wrote for it: https://gist.github.com/DomKM/09374eaa08d25b9f08300e11e0f76b54 I'm working on using Relay Modern with CLJS now.

jimmy16:05:49

Thanks for the info. That's a great news as well

hlship02:05:33

Our team is strictly the server side; client side is native iOS and Android apps; I don't think they are using react-relay.

domkm16:05:41

@nxqd I used the old version of Relay with CLJS. It was very painful. Here's the (terrible) wrapper I wrote for it: https://gist.github.com/DomKM/09374eaa08d25b9f08300e11e0f76b54 I'm working on using Relay Modern with CLJS now.