Hi there. Is there some qraphQl library for rum? How do you deal with graphQL in ClojureScript?
I dunno, but Rum has nothing to do with GraphQL. Rum is just view components, while GraphQL is how you fetch data
Yes, that’s true. I’m just looking for something like https://github.com/apollographql/react-apollo for rum
@igor.atroshkin you can write your own mixin using local
as a base.
you can also check https://github.com/tonsky/grumpy as example.