Fork me on GitHub
#rum
<
2018-05-15
>
reptiloid16:05:26

Hi there. Is there some qraphQl library for rum? How do you deal with graphQL in ClojureScript?

Niki16:05:55

I dunno, but Rum has nothing to do with GraphQL. Rum is just view components, while GraphQL is how you fetch data

reptiloid16:05:21

Yes, that’s true. I’m just looking for something like https://github.com/apollographql/react-apollo for rum

serioga17:05:03

@igor.atroshkin you can write your own mixin using local as a base. you can also check https://github.com/tonsky/grumpy as example.