cljsrn

https://github.com/drapanjanas/re-natal | https://github.com/drapanjanas/re-natal/wiki/FAQ | https://github.com/condense/mercury-app/wiki | https://github.com/seantempesta/expo-cljs-template/ https://www.npmjs.com/package/create-expo-cljs-app
woonki.moon 2021-06-18T12:05:00.177800Z

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?

joshmiller 2021-06-18T16:08:01.178600Z

@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.moon 2021-06-18T16:10:42.179900Z

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

👍 1