Fork me on GitHub
#cljsrn
<
2021-06-18
>
woonki.moon12:06:00

I'm trying to set up graphql client with re-graph https://github.com/oliyh/re-graph on cljsrn. It works perfectly on web project. But, it seems not working on cljsrn. I've tested the re-frame works in my app. But nothing happen when I dispatch query event to my api. Is there any additional deps to make it work?

joshmiller16:06:01

@woonki.moon You should check to see what re-graph uses for making HTTP requests. What’s available on RN is different from what’s available in browsers.

woonki.moon16:06:42

@joshmiller Definitely, you're right. I'm gonna digging in what the re-graph uses to make a http request in it's source.

👍 3